From 73d4a706d5623476b89a8e62cda9db4a8d088ccb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 17:59:51 +0000 Subject: [PATCH] chore: release v0.0.3 --- 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 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"