From 594d649ee9f3ae51ec64a9d594172361a9579377 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:34:59 +0800 Subject: [PATCH] chore(main): release dsp-meta 2.3.3 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) 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..29dcbd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [2.3.3](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.2...dsp-meta-v2.3.3) (2024-12-16) + + +### 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 from 3.4.1 to 3.4.2 in /web-frontend in the frontend-dependencies group ([#288](https://github.com/dasch-swiss/dsp-meta/issues/288)) ([c928a2f](https://github.com/dasch-swiss/dsp-meta/commit/c928a2f84186594c8f5f5439bd54020d3e922cc5)) +* **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 3 updates ([#287](https://github.com/dasch-swiss/dsp-meta/issues/287)) ([619f87e](https://github.com/dasch-swiss/dsp-meta/commit/619f87e48845e56ebe726dc5062333fc344b0cd9)) +* **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)) + + +### Project Data + +* Update limc how to cite ([#289](https://github.com/dasch-swiss/dsp-meta/issues/289)) ([8eeb61a](https://github.com/dasch-swiss/dsp-meta/commit/8eeb61ab7100d812850af3e36820cbf71458fe55)) + + +### 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 33b4a0c..e258ada 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 a29e3f7..2bd54b7 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"