Skip to content

Commit 67882fb

Browse files
committed
chore(release): perform release 4.1.0
1 parent 380bfa8 commit 67882fb

File tree

14 files changed

+27
-20
lines changed

14 files changed

+27
-20
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ØKP4 contracts
22

3+
## [4.1.0](https://github.com/okp4/contracts/compare/v4.0.0...v4.1.0) (2024-03-17)
4+
5+
6+
### Features
7+
8+
* **dataverse:** implements dataverse query ([f93641d](https://github.com/okp4/contracts/commit/f93641dde61edb58ce26fca474e5df421f563a94))
9+
310
## [4.0.0](https://github.com/okp4/contracts/compare/v3.0.0...v4.0.0) (2024-03-05)
411

512

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/okp4-cognitarium/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0.0"
6+
version = "4.1.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

Lines changed: 1 addition & 1 deletion
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.0.0"
6+
version = "4.1.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

Lines changed: 1 addition & 1 deletion
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.0.0"
6+
version = "4.1.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

Lines changed: 1 addition & 1 deletion
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.0.0"
6+
version = "4.1.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

Lines changed: 1 addition & 1 deletion
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` (`a0e0b72e96074ba9`)_
879+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-cognitarium.json` (`a04a40216c76a302`)_

docs/okp4-dataverse.md

Lines changed: 1 addition & 1 deletion
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` (`bd9dd1798f1b3a0d`)*
241+
*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-dataverse.json` (`6c4e48ca82d04a6a`)*
242242
````

docs/okp4-law-stone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ A string containing Base64-encoded data.
128128

129129
---
130130

131-
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-law-stone.json` (`d7f05e6c973e01e6`)_
131+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-law-stone.json` (`a95a2760652729c5`)_

docs/okp4-objectarium.md

Lines changed: 1 addition & 1 deletion
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` (`26379e2de2530668`)_
514+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-objectarium.json` (`483acdc660c72c5f`)_

packages/okp4-cognitarium-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0.0"
5+
version = "4.1.0"
66

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

packages/okp4-logic-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0.0"
5+
version = "4.1.0"
66

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

packages/okp4-objectarium-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0.0"
5+
version = "4.1.0"
66

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

packages/okp4-rdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0.0"
5+
version = "4.1.0"
66

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

0 commit comments

Comments
 (0)