diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f13d8..12a1fee 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.3](https://github.com/Krahos/planter-core/compare/v0.0.2...v0.0.3) - 2025-09-12 + +### Other + +- Updating github actions ([#7](https://github.com/Krahos/planter-core/pull/7)) + ## [0.0.2](https://github.com/Krahos/planter-core/compare/v0.0.1...v0.0.2) - 2025-05-31 ### Other diff --git a/Cargo.lock b/Cargo.lock index d1532e7..0006f36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ dependencies = [ [[package]] name = "planter-core" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "bon", diff --git a/Cargo.toml b/Cargo.toml index e18ba7e..c7508f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "planter-core" -version = "0.0.2" +version = "0.0.3" edition = "2024" authors = ["Sebastiano Giordano"] description = "Domain logic for PlanTer, a project management application"