From d6a049de64a99d3f233d5af339f2fbc76d98f1b1 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:46:19 +0800 Subject: [PATCH] chore: release main --- .github/release-please/manifest.json | 6 +++--- Cargo.lock | 6 +++--- dsp-domain/CHANGELOG.md | 8 ++++++++ dsp-domain/Cargo.toml | 2 +- dsp-meta-cmd/CHANGELOG.md | 8 ++++++++ dsp-meta-cmd/Cargo.toml | 2 +- dsp-meta/CHANGELOG.md | 8 ++++++++ dsp-meta/Cargo.toml | 2 +- 8 files changed, 33 insertions(+), 9 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index a1410121..069ae25d 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "dsp-domain": "2.1.0", - "dsp-meta": "2.1.0", - "dsp-meta-cmd": "2.1.0" + "dsp-domain": "2.2.0", + "dsp-meta": "2.2.0", + "dsp-meta-cmd": "2.2.0" } diff --git a/Cargo.lock b/Cargo.lock index eab4d7ac..08a3f5f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,7 +563,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dsp-domain" -version = "2.1.0" +version = "2.2.0" dependencies = [ "anyhow", "assert_cmd", @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "dsp-meta" -version = "2.1.0" +version = "2.2.0" dependencies = [ "anyhow", "assert_cmd", @@ -624,7 +624,7 @@ dependencies = [ [[package]] name = "dsp-meta-cmd" -version = "2.1.0" +version = "2.2.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/dsp-domain/CHANGELOG.md b/dsp-domain/CHANGELOG.md index c9b2baa7..039bdbba 100644 --- a/dsp-domain/CHANGELOG.md +++ b/dsp-domain/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.2.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-domain-v2.1.0...dsp-domain-v2.2.0) (2024-09-03) + + +### Maintenance + +* Force release 2.1.0 ([ba11ab5](https://github.com/dasch-swiss/dsp-meta/commit/ba11ab500b66e3d7d75c15c61a1819a6b5eaa167)) +* Force release 2.2.0 ([d5d098d](https://github.com/dasch-swiss/dsp-meta/commit/d5d098d24cb35ce7fdfc9100f11b49a2e4d86a19)) + ## [2.1.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-domain-v2.0.3...dsp-domain-v2.1.0) (2024-08-28) diff --git a/dsp-domain/Cargo.toml b/dsp-domain/Cargo.toml index 8611a599..2de8eb77 100644 --- a/dsp-domain/Cargo.toml +++ b/dsp-domain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-domain" -version = "2.1.0" +version = "2.2.0" edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/dsp-meta-cmd/CHANGELOG.md b/dsp-meta-cmd/CHANGELOG.md index c36a94fc..cd242379 100644 --- a/dsp-meta-cmd/CHANGELOG.md +++ b/dsp-meta-cmd/CHANGELOG.md @@ -4,6 +4,14 @@ +## [2.2.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-cmd-v2.1.0...dsp-meta-cmd-v2.2.0) (2024-09-03) + + +### Maintenance + +* Force release 2.1.0 ([ba11ab5](https://github.com/dasch-swiss/dsp-meta/commit/ba11ab500b66e3d7d75c15c61a1819a6b5eaa167)) +* Force release 2.2.0 ([d5d098d](https://github.com/dasch-swiss/dsp-meta/commit/d5d098d24cb35ce7fdfc9100f11b49a2e4d86a19)) + ## [2.1.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-cmd-v2.0.3...dsp-meta-cmd-v2.1.0) (2024-08-28) diff --git a/dsp-meta-cmd/Cargo.toml b/dsp-meta-cmd/Cargo.toml index 3d0cba90..ed67acfb 100644 --- a/dsp-meta-cmd/Cargo.toml +++ b/dsp-meta-cmd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta-cmd" -version = "2.1.0" +version = "2.2.0" edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/dsp-meta/CHANGELOG.md b/dsp-meta/CHANGELOG.md index b2d67344..ff60e5d0 100644 --- a/dsp-meta/CHANGELOG.md +++ b/dsp-meta/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.2.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.1.0...dsp-meta-v2.2.0) (2024-09-03) + + +### Maintenance + +* Force release 2.1.0 ([ba11ab5](https://github.com/dasch-swiss/dsp-meta/commit/ba11ab500b66e3d7d75c15c61a1819a6b5eaa167)) +* Force release 2.2.0 ([d5d098d](https://github.com/dasch-swiss/dsp-meta/commit/d5d098d24cb35ce7fdfc9100f11b49a2e4d86a19)) + ## [2.1.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.0.3...dsp-meta-v2.1.0) (2024-08-28) diff --git a/dsp-meta/Cargo.toml b/dsp-meta/Cargo.toml index ee91f382..e460a1f2 100644 --- a/dsp-meta/Cargo.toml +++ b/dsp-meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta" -version = "2.1.0" +version = "2.2.0" edition.workspace = true license.workspace = true homepage.workspace = true