diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..75f13d8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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.2](https://github.com/Krahos/planter-core/compare/v0.0.1...v0.0.2) - 2025-05-31 + +### Other + +- Tasks UI page integration ([#3](https://github.com/Krahos/planter-core/pull/3)) diff --git a/Cargo.lock b/Cargo.lock index f9c8143..697c403 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,7 +374,7 @@ dependencies = [ [[package]] name = "planter-core" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 74005c3..16845e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "planter-core" -version = "0.0.1" +version = "0.0.2" edition = "2024" authors = ["Sebastiano Giordano"] description = "Domain logic for PlanTer, a project management application"