Skip to content

Commit cde785f

Browse files
committed
chore(release): perform release 5.0.0
1 parent e4e894e commit cde785f

File tree

15 files changed

+49
-22
lines changed

15 files changed

+49
-22
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# ØKP4 contracts
22

3+
## [5.0.0](https://github.com/okp4/contracts/compare/v4.1.0...v5.0.0) (2024-04-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **law-stone:** return a prolog error when law is broken
9+
10+
### Features
11+
12+
* **dataverse:** support claim with named node hierarchy ([2081625](https://github.com/okp4/contracts/commit/20816255966bad0dd943d788df75784731eba8d1))
13+
14+
15+
### Bug Fixes
16+
17+
* **dataverse:** avoid possible conflicts between nodes ([73c65e7](https://github.com/okp4/contracts/commit/73c65e762a82948af1cb23f7c6833d1dc57edcac))
18+
* **dataverse:** prevent vc to contain reserved predicates ([2917fdb](https://github.com/okp4/contracts/commit/2917fdb6f72dfeae4ca2814b72e5ac6acba1605d))
19+
20+
21+
### Performance Improvements
22+
23+
* **rdf:** make id issuer return references ([64a227f](https://github.com/okp4/contracts/commit/64a227fd76d65b97f35374a7b92632bb571b6932))
24+
25+
26+
### Code Refactoring
27+
28+
* **law-stone:** return a prolog error when law is broken ([41f9de5](https://github.com/okp4/contracts/commit/41f9de556f4a49c8d1fbc1bdfd73e7d71cd4492e))
29+
330
## [4.1.0](https://github.com/okp4/contracts/compare/v4.0.0...v4.1.0) (2024-03-17)
431

532

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/okp4-cognitarium/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["OKP4"]
33
edition = "2021"
44
name = "okp4-cognitarium"
55
rust-version = "1.75"
6-
version = "4.1.0"
6+
version = "5.0.0"
77

88
exclude = [
99
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.

contracts/okp4-dataverse/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["OKP4"]
33
edition = "2021"
44
name = "okp4-dataverse"
55
rust-version = "1.75"
6-
version = "4.1.0"
6+
version = "5.0.0"
77

88
exclude = [
99
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.

contracts/okp4-law-stone/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["OKP4"]
33
edition = "2021"
44
name = "okp4-law-stone"
55
rust-version = "1.75"
6-
version = "4.1.0"
6+
version = "5.0.0"
77

88
exclude = [
99
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.

contracts/okp4-objectarium/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["OKP4"]
33
edition = "2021"
44
name = "okp4-objectarium"
55
rust-version = "1.75"
6-
version = "4.1.0"
6+
version = "5.0.0"
77

88
exclude = [
99
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.

docs/okp4-cognitarium.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -876,4 +876,4 @@ Represents a condition in a [WhereClause].
876876

877877
---
878878

879-
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-cognitarium.json` (`a04a40216c76a302`)_
879+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-cognitarium.json` (`a383ff7b3119361f`)_

docs/okp4-dataverse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,5 @@ let b = Uint64::from(70u32); assert_eq!(b.u64(), 70); ```
238238
239239
---
240240
241-
*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-dataverse.json` (`6c4e48ca82d04a6a`)*
241+
*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-dataverse.json` (`a97c971ff24c602b`)*
242242
````

docs/okp4-law-stone.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ A string containing Base64-encoded data.
134134

135135
---
136136

137-
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-law-stone.json` (`1c8e531eb7eea016`)_
137+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-law-stone.json` (`5d0e1a8382219324`)_

docs/okp4-objectarium.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,4 +511,4 @@ A string containing a 128-bit integer in decimal representation.
511511

512512
---
513513

514-
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-objectarium.json` (`483acdc660c72c5f`)_
514+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-objectarium.json` (`8f8fd1b1c8982ddb`)_

packages/okp4-cognitarium-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["OKP4"]
33
edition = "2021"
44
name = "okp4-cognitarium-client"
5-
version = "4.1.0"
5+
version = "5.0.0"
66

77
[dependencies]
88
cosmwasm-std.workspace = true

packages/okp4-logic-bindings/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["OKP4"]
33
edition = "2021"
44
name = "okp4-logic-bindings"
5-
version = "4.1.0"
5+
version = "5.0.0"
66

77
[dependencies]
88
cosmwasm-std.workspace = true

packages/okp4-objectarium-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["OKP4"]
33
edition = "2021"
44
name = "okp4-objectarium-client"
5-
version = "4.1.0"
5+
version = "5.0.0"
66

77
[dependencies]
88
cosmwasm-std.workspace = true

packages/okp4-rdf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["OKP4"]
33
edition = "2021"
44
name = "okp4-rdf"
5-
version = "4.1.0"
5+
version = "5.0.0"
66

77
[dependencies]
88
base16ct = { version = "0.2.0", features = ["alloc"] }

packages/okp4-wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["OKP4"]
33
edition = "2021"
44
name = "okp4-wasm"
5-
version = "4.1.0"
5+
version = "5.0.0"
66

77
[dependencies]
88
cosmwasm-std.workspace = true

0 commit comments

Comments
 (0)