diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 8d10c8a3..9cbd27f6 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.4" + ".": "2.3.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f879a4bd..6b0ee62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.3.5](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.4...dsp-meta-v2.3.5) (2025-02-10) + + +### Maintenances + +* **deps-dev:** Bump prettier from 3.4.2 to 3.5.0 in /web-frontend in the frontend-dependencies group ([#310](https://github.com/dasch-swiss/dsp-meta/issues/310)) ([acc049f](https://github.com/dasch-swiss/dsp-meta/commit/acc049f4672d65dd33be42cdef733628ad556fb5)) +* **deps:** Bump the backend-dependencies group with 2 updates ([#311](https://github.com/dasch-swiss/dsp-meta/issues/311)) ([8a4a3e5](https://github.com/dasch-swiss/dsp-meta/commit/8a4a3e55d188e6f7664e41395296836a00b8c20e)) +* **deps:** Bump the backend-dependencies group with 6 updates ([#307](https://github.com/dasch-swiss/dsp-meta/issues/307)) ([947af80](https://github.com/dasch-swiss/dsp-meta/commit/947af808938964f669e5454bb103f1f32c631792)) + + +### Project Data + +* Add daschland ([#309](https://github.com/dasch-swiss/dsp-meta/issues/309)) ([796c0e7](https://github.com/dasch-swiss/dsp-meta/commit/796c0e790381cd477bb77bc7f7fdb66056b4e112)) + ## [2.3.4](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.3...dsp-meta-v2.3.4) (2025-01-29) diff --git a/Cargo.lock b/Cargo.lock index 49a95211..0319b4ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -703,7 +703,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dsp-meta" -version = "2.3.4" +version = "2.3.5" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 52629c41..81e8d19d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta" -version = "2.3.4" +version = "2.3.5" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/dasch-swiss/dsp-meta"