diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9485046f..3a3df6f6 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.3" + ".": "2.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd35213..b04efaed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.2.4](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.2.3...dsp-meta-v2.2.4) (2024-09-05) + + +### Maintenances + +* Add more commit prefixes and update README file ([#227](https://github.com/dasch-swiss/dsp-meta/issues/227)) ([704a44b](https://github.com/dasch-swiss/dsp-meta/commit/704a44bb80d85c90810a9ed826535645ff1ae3d8)) +* **deps:** Update dependencies ([#221](https://github.com/dasch-swiss/dsp-meta/issues/221)) ([75a6c9e](https://github.com/dasch-swiss/dsp-meta/commit/75a6c9ed41a015d1836243b82ce2850f1270f30c)) +* Rename dsp-meta Docker image (DEV-4077) ([#224](https://github.com/dasch-swiss/dsp-meta/issues/224)) ([3852be6](https://github.com/dasch-swiss/dsp-meta/commit/3852be6a3f3d4a73c12bb4bb2bdda65453180032)) +* Use cargo version for publishing images from release tags (DEV-4076) ([#225](https://github.com/dasch-swiss/dsp-meta/issues/225)) ([374389b](https://github.com/dasch-swiss/dsp-meta/commit/374389b4f74c2df594d37a6cb9120ec16d70fd9f)) + ## [2.2.3](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.2.2...dsp-meta-v2.2.3) (2024-09-03) diff --git a/Cargo.lock b/Cargo.lock index bf72356b..a0205bb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,7 +647,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dsp-meta" -version = "2.2.3" +version = "2.2.4" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 03f299ae..18e616da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta" -version = "2.2.3" +version = "2.2.4" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/dasch-swiss/dsp-meta"