From bd3f4d213030716617688901606b749cbefc6674 Mon Sep 17 00:00:00 2001 From: "csda-release-app[bot]" <256627901+csda-release-app[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:44:29 +0000 Subject: [PATCH] chore(main): release 0.2.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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"