Skip to content

Commit

Permalink
chore: release main (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot committed Dec 4, 2023
1 parent 95dc280 commit 03cfae7
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dsp-domain": "0.0.1",
"dsp-meta": "0.0.1",
"dsp-meta-cli": "0.0.1",
"dsp-meta-server": "0.0.1"
"dsp-domain": "0.0.2",
"dsp-meta": "0.0.2",
"dsp-meta-cli": "0.1.1",
"dsp-meta-server": "0.0.2"
}
8 changes: 4 additions & 4 deletions Cargo.lock

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

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

## [0.0.2](https://github.com/dasch-swiss/dsp-meta/compare/dsp-domain-v0.0.1...dsp-domain-v0.0.2) (2023-12-04)


### Features

* **dsp-domain:** Add ontology domain model ([#61](https://github.com/dasch-swiss/dsp-meta/issues/61)) ([c80cd83](https://github.com/dasch-swiss/dsp-meta/commit/c80cd83a5b9b749a00c84a5da5a1b4af606dbdc9))
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.0.2"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/dasch-swiss/dsp-meta"
Expand Down
4 changes: 2 additions & 2 deletions dsp-meta-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dsp-meta-cli"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/dasch-swiss/dsp-meta"
Expand All @@ -13,7 +13,7 @@ authors = ["DaSCH - Swiss National Data and Service Center for the Humanities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dsp-meta = { path = "../dsp-meta", version = "0" }
dsp-meta = { path = "../dsp-meta", version = "0.0.2" }
anyhow.workspace = true
axum.workspace = true
axum-macros.workspace = true
Expand Down
15 changes: 15 additions & 0 deletions dsp-meta-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [0.0.2](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-server-v0.0.1...dsp-meta-server-v0.0.2) (2023-12-04)


### Features

* **dsp-meta:** Load data at startup from disk and server through api ([#70](https://github.com/dasch-swiss/dsp-meta/issues/70)) ([f82fb5a](https://github.com/dasch-swiss/dsp-meta/commit/f82fb5a1e11db731cea14c9b62458a23abb1cdbf))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* dsp-meta bumped from 0 to 0.0.2
4 changes: 2 additions & 2 deletions dsp-meta-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dsp-meta-server"
version = "0.1.0"
version = "0.0.2"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/dasch-swiss/dsp-meta"
Expand All @@ -13,7 +13,7 @@ authors = ["DaSCH - Swiss National Data and Service Center for the Humanities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dsp-meta = { path = "../dsp-meta", version = "0" }
dsp-meta = { path = "../dsp-meta", version = "0.0.2" }
anyhow.workspace = true
axum.workspace = true
axum-macros.workspace = true
Expand Down
18 changes: 18 additions & 0 deletions dsp-meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.0.2](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v0.0.1...dsp-meta-v0.0.2) (2023-12-04)


### Features

* Add project serialization to rdf (ongoing) ([#62](https://github.com/dasch-swiss/dsp-meta/issues/62)) ([2e7d33c](https://github.com/dasch-swiss/dsp-meta/commit/2e7d33cebf7633f63dcfbd904913faf547363d68))
* Add serialization to JSON (ongoing) ([#69](https://github.com/dasch-swiss/dsp-meta/issues/69)) ([fc9481f](https://github.com/dasch-swiss/dsp-meta/commit/fc9481f6abc0ab80bcf3c9e3c634789785fa089d))
* **dsp-domain:** Add ontology domain model ([#61](https://github.com/dasch-swiss/dsp-meta/issues/61)) ([c80cd83](https://github.com/dasch-swiss/dsp-meta/commit/c80cd83a5b9b749a00c84a5da5a1b4af606dbdc9))
* **dsp-meta:** Load data at startup from disk and server through api ([#70](https://github.com/dasch-swiss/dsp-meta/issues/70)) ([f82fb5a](https://github.com/dasch-swiss/dsp-meta/commit/f82fb5a1e11db731cea14c9b62458a23abb1cdbf))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* dsp-domain bumped from 0 to 0.0.2
4 changes: 2 additions & 2 deletions 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.0.2"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/dasch-swiss/dsp-meta"
Expand All @@ -13,7 +13,7 @@ authors = ["DaSCH - Swiss National Data and Service Center for the Humanities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dsp-domain = { path = "../dsp-domain", version = "0" }
dsp-domain = { path = "../dsp-domain", version = "0.0.2" }
anyhow.workspace = true
axum.workspace = true
axum-macros.workspace = true
Expand Down

0 comments on commit 03cfae7

Please sign in to comment.