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 17185a0d..36a86fc9 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..5011342e 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-13) + + +### Maintenance + +* **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..4387e142 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-13) + + +### ⚠ BREAKING CHANGES + +* Backport schema changes (DEV-3953) ([#169](https://github.com/dasch-swiss/dsp-meta/issues/169)) + +### Enhancements + +* 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 8ba2e030..e80f301c 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