# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.0.9](https://github.com/kantord/optative/compare/optative-process-pool-v0.0.8...optative-process-pool-v0.0.9) - 2026-07-25
### Added
- *(process-pool)* add ProcessSupervisor::shutdown_all ([#58](https://github.com/kantord/optative/pull/58))
### Fixed
- *(process-pool)* add backoff before respawning crashed children ([#54](https://github.com/kantord/optative/pull/54))
## [0.0.8](https://github.com/kantord/optative/compare/optative-process-pool-v0.0.7...optative-process-pool-v0.0.8) - 2026-07-23
### Other
- updated the following local packages: optative, optative-derive
## [0.0.7](https://github.com/kantord/optative/compare/optative-process-pool-v0.0.6...optative-process-pool-v0.0.7) - 2026-07-19
### Fixed
- *(process-pool)* killpg on exit so grandchildren aren't orphaned ([#44](https://github.com/kantord/optative/pull/44))
## [0.0.6](https://github.com/kantord/optative/compare/optative-process-pool-v0.0.5...optative-process-pool-v0.0.6) - 2026-07-19
### Other
- updated the following local packages: optative, optative-derive
## [0.0.5](https://github.com/kantord/optative/compare/optative-process-pool-v0.0.4...optative-process-pool-v0.0.5) - 2026-07-15
### Other
- updated the following local packages: optative, optative-derive
## [0.0.4](https://github.com/kantord/optative/compare/optative-process-pool-v0.0.3...optative-process-pool-v0.0.4) - 2026-05-29
### Added
- extract optative-derive from tauler
## [0.0.3](https://github.com/kantord/optative/compare/optative-process-pool-v0.0.2...optative-process-pool-v0.0.3) - 2026-05-25
### Added
- *(process-pool)* add ProcessSupervisor
## [0.0.2](https://github.com/kantord/optative/compare/optative-process-pool-v0.0.1...optative-process-pool-v0.0.2) - 2026-05-22
### Added
- graceful shutdown via the process pool