From 76dec9be0b7402dc7c9bacbaa15d58e7758900d0 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:54:39 +0800 Subject: [PATCH] chore(main): release dsp-meta 2.3.2 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index aca3a494..8d17a8e5 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.1" + ".": "2.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9710c3..d440018a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [2.3.2](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.1...dsp-meta-v2.3.2) (2024-11-11) + + +### Maintenances + +* **deps-dev:** Bump tslib from 2.8.0 to 2.8.1 in /web-frontend in the frontend-dependencies group ([#274](https://github.com/dasch-swiss/dsp-meta/issues/274)) ([1059adb](https://github.com/dasch-swiss/dsp-meta/commit/1059adbe8af8068795561360ab4a97bfcd688735)) +* **deps:** Bump the backend-dependencies group with 3 updates ([#273](https://github.com/dasch-swiss/dsp-meta/issues/273)) ([08166b3](https://github.com/dasch-swiss/dsp-meta/commit/08166b3d7620492c535420ae353e624b9195ddd5)) +* **deps:** Bump the backend-dependencies group with 4 updates ([#277](https://github.com/dasch-swiss/dsp-meta/issues/277)) ([101405e](https://github.com/dasch-swiss/dsp-meta/commit/101405e8632e9f68c069d64de285260df86924f3)) +* **deps:** Bump the backend-dependencies group with 6 updates ([#272](https://github.com/dasch-swiss/dsp-meta/issues/272)) ([0cf8446](https://github.com/dasch-swiss/dsp-meta/commit/0cf844670407f39568e2998dbf3e837797843fc1)) + + +### Project Data + +* Add rich project link ([#276](https://github.com/dasch-swiss/dsp-meta/issues/276)) ([660d926](https://github.com/dasch-swiss/dsp-meta/commit/660d926c5e480119922509a629732e88b817daa0)) + + +### Documentation + +* Add working copy of the data model for elaborating the next model version (DEV-4307) ([#275](https://github.com/dasch-swiss/dsp-meta/issues/275)) ([dcfb211](https://github.com/dasch-swiss/dsp-meta/commit/dcfb2111561d76313952f9ef83d81563b84237c3)) +* Publish docs to the repo's github pages ([#264](https://github.com/dasch-swiss/dsp-meta/issues/264)) ([a832f91](https://github.com/dasch-swiss/dsp-meta/commit/a832f91bb75e6b7441a28758d26b924f89b435c7)) + ## [2.3.1](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.0...dsp-meta-v2.3.1) (2024-10-21) diff --git a/Cargo.lock b/Cargo.lock index 5121bda6..fcabb2ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,7 +680,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dsp-meta" -version = "2.3.1" +version = "2.3.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index bfb329ef..65c84667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta" -version = "2.3.1" +version = "2.3.2" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/dasch-swiss/dsp-meta"