diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9965a341..aca3a494 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b2d22d..2d929f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.3.1](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.0...dsp-meta-v2.3.1) (2024-10-16) + + +### Maintenances + +* Add Google space notifications ([#259](https://github.com/dasch-swiss/dsp-meta/issues/259)) ([ab0c594](https://github.com/dasch-swiss/dsp-meta/commit/ab0c594ac0d61f711e23df9ad1bf0b802c5e7ccb)) +* **deps-dev:** Bump prettier-plugin-svelte from 3.2.6 to 3.2.7 in /web-frontend in the frontend-dependencies group ([#257](https://github.com/dasch-swiss/dsp-meta/issues/257)) ([0745435](https://github.com/dasch-swiss/dsp-meta/commit/07454354c11927d58b235d15372f02925e2d7052)) +* **deps:** Bump clap from 4.5.19 to 4.5.20 in the backend-dependencies group ([#265](https://github.com/dasch-swiss/dsp-meta/issues/265)) ([f214bad](https://github.com/dasch-swiss/dsp-meta/commit/f214bade54063c2c16167442619622315a181129)) +* **deps:** Bump the backend-dependencies group with 2 updates ([#258](https://github.com/dasch-swiss/dsp-meta/issues/258)) ([ba0db14](https://github.com/dasch-swiss/dsp-meta/commit/ba0db14048ca6753fa21141a69d6c2aaed164a8b)) +* **deps:** Bump the backend-dependencies group with 3 updates ([#260](https://github.com/dasch-swiss/dsp-meta/issues/260)) ([a832190](https://github.com/dasch-swiss/dsp-meta/commit/a8321902afe6461fd362073d18d9bedf69bedf19)) +* **deps:** Bump the backend-dependencies group with 3 updates ([#262](https://github.com/dasch-swiss/dsp-meta/issues/262)) ([f53811f](https://github.com/dasch-swiss/dsp-meta/commit/f53811f639d721c5d7d675f1aa671e5be9f8a17a)) +* Fix Dependabot prefix ([#251](https://github.com/dasch-swiss/dsp-meta/issues/251)) ([9783e60](https://github.com/dasch-swiss/dsp-meta/commit/9783e60f5fb84f5a46a2da13e2a40e5a4188fe93)) +* Remove packageManager ([#266](https://github.com/dasch-swiss/dsp-meta/issues/266)) ([838d766](https://github.com/dasch-swiss/dsp-meta/commit/838d766f02dd1e9519047fa3f5e400c0ddddbb0b)) + + +### Documentation + +* Add up-to-date documentation and remove legacy documentation (DEV-4229) ([#263](https://github.com/dasch-swiss/dsp-meta/issues/263)) ([88b2234](https://github.com/dasch-swiss/dsp-meta/commit/88b22346180db079880455a57d629a9b7d2d4e1c)) + ## [2.3.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.2.5...dsp-meta-v2.3.0) (2024-09-25) diff --git a/Cargo.lock b/Cargo.lock index af73500b..a54a890a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -646,7 +646,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dsp-meta" -version = "2.3.0" +version = "2.3.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 0d398789..b3c4c031 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta" -version = "2.3.0" +version = "2.3.1" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/dasch-swiss/dsp-meta"