Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot committed Aug 2, 2024
1 parent 04ed3c4 commit b17a5d1
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions dsp-domain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion dsp-domain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions dsp-meta-cmd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion dsp-meta-cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 11 additions & 0 deletions dsp-meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion dsp-meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b17a5d1

Please sign in to comment.