From 9221f58e94d3d13f854668c3b520208c5fbd09a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 11:58:29 +0000 Subject: [PATCH] chore: release v0.0.4 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"