Skip to content

Commit

Permalink
chore: release main (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot authored Jul 30, 2024
1 parent 825a282 commit 2cd272d
Show file tree
Hide file tree
Showing 8 changed files with 39 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.3",
"dsp-meta": "0.1.3",
"dsp-meta-cmd": "0.1.3"
"dsp-domain": "0.1.4",
"dsp-meta": "0.1.4",
"dsp-meta-cmd": "2.0.1"
}
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.

12 changes: 12 additions & 0 deletions dsp-domain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.4](https://github.com/dasch-swiss/dsp-meta/compare/dsp-domain-v0.1.3...dsp-domain-v0.1.4) (2024-07-30)


### Features

* Add and serve old frontend ([#92](https://github.com/dasch-swiss/dsp-meta/issues/92)) ([00fd892](https://github.com/dasch-swiss/dsp-meta/commit/00fd892d4d1553e29c274d83c6bdc06b0e249253))
* Add draft json schema validation and serde model ([#144](https://github.com/dasch-swiss/dsp-meta/issues/144)) ([df7948b](https://github.com/dasch-swiss/dsp-meta/commit/df7948b1fc5a411f064dbaa9657875405a551706))
* Add grant domain model and deserialization ([#121](https://github.com/dasch-swiss/dsp-meta/issues/121)) ([f4a6162](https://github.com/dasch-swiss/dsp-meta/commit/f4a61623b3b640f8a8b1bd85969ea01ab9b3b056))
* Extend dataset domain model ([#85](https://github.com/dasch-swiss/dsp-meta/issues/85)) ([f564ff6](https://github.com/dasch-swiss/dsp-meta/commit/f564ff6a5dedd2a4a4e464c568b7acb2eba15033))
* Extend dataset domain model and a bit of deserialization (ongoing) ([#113](https://github.com/dasch-swiss/dsp-meta/issues/113)) ([070a729](https://github.com/dasch-swiss/dsp-meta/commit/070a7290a65a266e8d9c7284b7af3733c64cd490))
* Extend dataset domain model and deserialization (ongoing) ([#115](https://github.com/dasch-swiss/dsp-meta/issues/115)) ([4264c72](https://github.com/dasch-swiss/dsp-meta/commit/4264c721cd80c889175331263b591a94c999b465))

## [0.1.3](https://github.com/dasch-swiss/dsp-meta/compare/dsp-domain-v0.1.2...dsp-domain-v0.1.3) (2023-12-04)


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 = "2.0.0"
version = "0.1.4"
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
@@ -1,5 +1,7 @@
# Changelog



## [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.0"
version = "2.0.1"
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
16 changes: 16 additions & 0 deletions dsp-meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.4](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v0.1.3...dsp-meta-v0.1.4) (2024-07-30)


### Features

* Add and serve old frontend ([#92](https://github.com/dasch-swiss/dsp-meta/issues/92)) ([00fd892](https://github.com/dasch-swiss/dsp-meta/commit/00fd892d4d1553e29c274d83c6bdc06b0e249253))
* Add and serve old frontend ([#93](https://github.com/dasch-swiss/dsp-meta/issues/93)) ([3058175](https://github.com/dasch-swiss/dsp-meta/commit/30581753c734a26acf262619709280d35fe97d5b))
* Add draft json schema validation and serde model ([#144](https://github.com/dasch-swiss/dsp-meta/issues/144)) ([df7948b](https://github.com/dasch-swiss/dsp-meta/commit/df7948b1fc5a411f064dbaa9657875405a551706))
* Add grant domain model and deserialization ([#121](https://github.com/dasch-swiss/dsp-meta/issues/121)) ([f4a6162](https://github.com/dasch-swiss/dsp-meta/commit/f4a61623b3b640f8a8b1bd85969ea01ab9b3b056))
* Add robots.txt and sitemap.xml (DEV-3931) ([#152](https://github.com/dasch-swiss/dsp-meta/issues/152)) ([6dceb9e](https://github.com/dasch-swiss/dsp-meta/commit/6dceb9e32776f1678bfb10c144b87d1bba25c0ea))
* Expose validation command ([#88](https://github.com/dasch-swiss/dsp-meta/issues/88)) ([aa6dd91](https://github.com/dasch-swiss/dsp-meta/commit/aa6dd91f6b654b5770521735387c93d52fa50f66))
* Extend dataset domain model ([#85](https://github.com/dasch-swiss/dsp-meta/issues/85)) ([f564ff6](https://github.com/dasch-swiss/dsp-meta/commit/f564ff6a5dedd2a4a4e464c568b7acb2eba15033))
* Extend dataset domain model and a bit of deserialization (ongoing) ([#113](https://github.com/dasch-swiss/dsp-meta/issues/113)) ([070a729](https://github.com/dasch-swiss/dsp-meta/commit/070a7290a65a266e8d9c7284b7af3733c64cd490))
* Extend dataset domain model and deserialization (ongoing) ([#115](https://github.com/dasch-swiss/dsp-meta/issues/115)) ([4264c72](https://github.com/dasch-swiss/dsp-meta/commit/4264c721cd80c889175331263b591a94c999b465))
* Make service work with json (DEV-3930) ([#146](https://github.com/dasch-swiss/dsp-meta/issues/146)) ([184c710](https://github.com/dasch-swiss/dsp-meta/commit/184c71031595885389cd045375213b81ac09b00b))

## [0.1.3](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v0.1.2...dsp-meta-v0.1.3) (2023-12-04)


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 = "2.0.0"
version = "0.1.4"
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 2cd272d

Please sign in to comment.