diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a1fee..cdf0a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.4](https://github.com/Krahos/planter-core/compare/v0.0.3...v0.0.4) - 2025-09-20 + +### Other + +- Removed a panic when task start-finish dates were too far apart ([#11](https://github.com/Krahos/planter-core/pull/11)) + ## [0.0.3](https://github.com/Krahos/planter-core/compare/v0.0.2...v0.0.3) - 2025-09-12 ### Other diff --git a/Cargo.lock b/Cargo.lock index ae0544b..5d2fd3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,7 +493,7 @@ dependencies = [ [[package]] name = "planter-core" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "bon", diff --git a/Cargo.toml b/Cargo.toml index 3f609d0..2da2e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "planter-core" -version = "0.0.3" +version = "0.0.4" edition = "2024" authors = ["Sebastiano Giordano"] description = "Domain logic for PlanTer, a project management application"