diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 11c4ee8f..811a3657 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-meta-cmd": "2.0.3" } diff --git a/Cargo.lock b/Cargo.lock index d90e2faa..eacee623 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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..7e89a784 100644 --- a/dsp-domain/CHANGELOG.md +++ b/dsp-domain/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-domain-v0.1.0...dsp-domain-v0.1.0) (2024-07-31) + + +### 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-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..ccd33e0f 100644 --- a/dsp-meta/CHANGELOG.md +++ b/dsp-meta/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v0.1.0...dsp-meta-v0.1.0) (2024-07-31) + + +### Miscellaneous Chores + +* **dsp-meta:** Synchronize dsp-meta versions + ## [0.1.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v0.1.4...dsp-meta-v0.1.0) (2024-07-31)