diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..4cff5b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b69ff4..ea64ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.2](https://github.com/NASA-IMPACT/csda-version/compare/v0.4.1...v0.4.2) (2026-06-29) + + +### Bug Fixes + +* **chore:** update version tags with commit SHAs ([#77](https://github.com/NASA-IMPACT/csda-version/issues/77)) ([d2327e4](https://github.com/NASA-IMPACT/csda-version/commit/d2327e4e63484eae50c36427bfc84531f3e46cba)) + + +### Chores + +* bump version to 26.3.7 ([#79](https://github.com/NASA-IMPACT/csda-version/issues/79)) ([81d4547](https://github.com/NASA-IMPACT/csda-version/commit/81d4547ba3d22a2198dfd96850dcc28ff59182f7)) + ## [0.4.1](https://github.com/NASA-IMPACT/csda-version/compare/v0.4.0...v0.4.1) (2026-06-15) diff --git a/pyproject.toml b/pyproject.toml index 01cab14..0ef3c5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "csda-version" -version = "0.4.1" +version = "0.4.2" description = "Calculate the next csda-version" readme = "README.md" requires-python = ">=3.13"