From b17a5d14f9331594babe2f8d07e43c3c3645e023 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Fri, 2 Aug 2024 08:11:22 +0200 Subject: [PATCH] chore: release main --- .github/release-please/manifest.json | 6 +++--- Cargo.lock | 6 +++--- dsp-domain/CHANGELOG.md | 7 +++++++ dsp-domain/Cargo.toml | 2 +- dsp-meta-cmd/CHANGELOG.md | 2 ++ dsp-meta-cmd/Cargo.toml | 2 +- dsp-meta/CHANGELOG.md | 11 +++++++++++ dsp-meta/Cargo.toml | 2 +- 8 files changed, 29 insertions(+), 9 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 11c4ee8f..9f415287 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "dsp-domain": "0.1.0", - "dsp-meta": "0.1.0", - "dsp-meta-cmd": "2.0.2" + "dsp-domain": "0.2.0", + "dsp-meta": "0.2.0", + "dsp-meta-cmd": "2.0.3" } diff --git a/Cargo.lock b/Cargo.lock index d90e2faa..5a526157 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -562,7 +562,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dsp-domain" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "assert_cmd", @@ -586,7 +586,7 @@ dependencies = [ [[package]] name = "dsp-meta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "assert_cmd", @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "dsp-meta-cmd" -version = "2.0.2" +version = "2.0.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/dsp-domain/CHANGELOG.md b/dsp-domain/CHANGELOG.md index 995ecb39..64a9fc75 100644 --- a/dsp-domain/CHANGELOG.md +++ b/dsp-domain/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-domain-v0.1.0...dsp-domain-v0.2.0) (2024-08-02) + + +### Miscellaneous Chores + +* **dsp-domain:** Synchronize dsp-meta versions + ## [0.1.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-domain-v0.1.4...dsp-domain-v0.1.0) (2024-07-31) diff --git a/dsp-domain/Cargo.toml b/dsp-domain/Cargo.toml index 12960caf..4728dc14 100644 --- a/dsp-domain/Cargo.toml +++ b/dsp-domain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-domain" -version = "0.1.0" +version = "0.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 66f07487..ffb1c926 100644 --- a/dsp-meta-cmd/CHANGELOG.md +++ b/dsp-meta-cmd/CHANGELOG.md @@ -4,6 +4,8 @@ + + ## [0.1.3](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-cli-v0.1.2...dsp-meta-cli-v0.1.3) (2023-12-04) diff --git a/dsp-meta-cmd/Cargo.toml b/dsp-meta-cmd/Cargo.toml index 8b7d47dc..07e7bd6b 100644 --- a/dsp-meta-cmd/Cargo.toml +++ b/dsp-meta-cmd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta-cmd" -version = "2.0.2" +version = "2.0.3" edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/dsp-meta/CHANGELOG.md b/dsp-meta/CHANGELOG.md index d47ee46f..2c31d8a5 100644 --- a/dsp-meta/CHANGELOG.md +++ b/dsp-meta/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v0.1.0...dsp-meta-v0.2.0) (2024-08-02) + + +### ⚠ BREAKING CHANGES + +* Backport schema changes (DEV-3953) ([#169](https://github.com/dasch-swiss/dsp-meta/issues/169)) + +### Features + +* Backport schema changes (DEV-3953) ([#169](https://github.com/dasch-swiss/dsp-meta/issues/169)) ([04ed3c4](https://github.com/dasch-swiss/dsp-meta/commit/04ed3c4a15f24eb1dbc8909d3a212c4570ca0a40)) + ## [0.1.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v0.1.4...dsp-meta-v0.1.0) (2024-07-31) diff --git a/dsp-meta/Cargo.toml b/dsp-meta/Cargo.toml index 18f72749..59260acc 100644 --- a/dsp-meta/Cargo.toml +++ b/dsp-meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta" -version = "0.1.0" +version = "0.2.0" edition.workspace = true license.workspace = true homepage.workspace = true