diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 8d17a8e..3d972bf 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.2" + ".": "2.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d440018..5cddd3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.3.3](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.2...dsp-meta-v2.3.3) (2024-12-04) + + +### Maintenances + +* **deps-dev:** Bump prettier from 3.3.3 to 3.4.1 in /web-frontend in the frontend-dependencies group ([#284](https://github.com/dasch-swiss/dsp-meta/issues/284)) ([1aa5b4e](https://github.com/dasch-swiss/dsp-meta/commit/1aa5b4e909eb737b7bd21029f9626668bb1e082b)) +* **deps-dev:** Bump prettier-plugin-svelte from 3.2.7 to 3.2.8 in /web-frontend in the frontend-dependencies group ([#278](https://github.com/dasch-swiss/dsp-meta/issues/278)) ([80bae09](https://github.com/dasch-swiss/dsp-meta/commit/80bae093b2d1e581acb67d473aba8a2b40e35c62)) +* **deps-dev:** Bump prettier-plugin-svelte from 3.2.8 to 3.3.2 in /web-frontend in the frontend-dependencies group ([#282](https://github.com/dasch-swiss/dsp-meta/issues/282)) ([4320d0d](https://github.com/dasch-swiss/dsp-meta/commit/4320d0daf7f3927d4c0b642d4252587c4bcf4538)) +* **deps:** Bump the backend-dependencies group with 2 updates ([#285](https://github.com/dasch-swiss/dsp-meta/issues/285)) ([5b7f381](https://github.com/dasch-swiss/dsp-meta/commit/5b7f3817a6d5217dacda906bac7dea049d2d49f1)) +* **deps:** Bump the backend-dependencies group with 3 updates ([#281](https://github.com/dasch-swiss/dsp-meta/issues/281)) ([0563d3f](https://github.com/dasch-swiss/dsp-meta/commit/0563d3fcefeb164171bb91ac176241855b882dd5)) +* **deps:** Bump the backend-dependencies group with 5 updates ([#279](https://github.com/dasch-swiss/dsp-meta/issues/279)) ([5891a12](https://github.com/dasch-swiss/dsp-meta/commit/5891a128d8756f098e38fbfdfff8b58a9e7b3947)) + + +### Documentation + +* Continue working on the future metadata model ([#286](https://github.com/dasch-swiss/dsp-meta/issues/286)) ([d4a2b5d](https://github.com/dasch-swiss/dsp-meta/commit/d4a2b5d273e1e69fe8758e47ddbfea72dbab81a9)) +* Extend documentation for future metadata model ([#283](https://github.com/dasch-swiss/dsp-meta/issues/283)) ([0094fbe](https://github.com/dasch-swiss/dsp-meta/commit/0094fbe232f50d3e5377e43228073383704cc27e)) + ## [2.3.2](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.1...dsp-meta-v2.3.2) (2024-11-11) diff --git a/Cargo.lock b/Cargo.lock index 4a1c059..815a85f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,7 +680,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dsp-meta" -version = "2.3.2" +version = "2.3.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index c0a69cc..222373b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta" -version = "2.3.2" +version = "2.3.3" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/dasch-swiss/dsp-meta"