diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e60bf2a..033e2d4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.9" + ".": "0.2.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e726559..a8ed5df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.10](https://github.com/NASA-IMPACT/csda-version/compare/v0.2.9...v0.2.10) (2026-05-18) + + +### Chores + +* bump version to 26.3.3 ([#51](https://github.com/NASA-IMPACT/csda-version/issues/51)) ([fc0f004](https://github.com/NASA-IMPACT/csda-version/commit/fc0f004ef680e0da1ebf8423749b34c36d78f7b6)) +* bump version to 26.3.4 ([#54](https://github.com/NASA-IMPACT/csda-version/issues/54)) ([d2eeda1](https://github.com/NASA-IMPACT/csda-version/commit/d2eeda1e9baa222279a94932b5048b7c808ee64f)) + ## [0.2.9](https://github.com/NASA-IMPACT/csda-version/compare/v0.2.8...v0.2.9) (2026-05-01) diff --git a/pyproject.toml b/pyproject.toml index 2c68c26..8df8b9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "csda-version" -version = "0.2.9" +version = "0.2.10" description = "Calculate the next csda-version" readme = "README.md" requires-python = ">=3.13"