From 67882fb3ab36f1d4c8ed5203812f50f2bcfedd90 Mon Sep 17 00:00:00 2001 From: Bot Anik <98603954+bot-anik@users.noreply.github.com> Date: Sun, 17 Mar 2024 10:44:44 +0000 Subject: [PATCH] chore(release): perform release 4.1.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 16 ++++++++-------- contracts/okp4-cognitarium/Cargo.toml | 2 +- contracts/okp4-dataverse/Cargo.toml | 2 +- contracts/okp4-law-stone/Cargo.toml | 2 +- contracts/okp4-objectarium/Cargo.toml | 2 +- docs/okp4-cognitarium.md | 2 +- docs/okp4-dataverse.md | 2 +- docs/okp4-law-stone.md | 2 +- docs/okp4-objectarium.md | 2 +- packages/okp4-cognitarium-client/Cargo.toml | 2 +- packages/okp4-logic-bindings/Cargo.toml | 2 +- packages/okp4-objectarium-client/Cargo.toml | 2 +- packages/okp4-rdf/Cargo.toml | 2 +- 14 files changed, 27 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15725d31..9b7c284d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # ØKP4 contracts +## [4.1.0](https://github.com/okp4/contracts/compare/v4.0.0...v4.1.0) (2024-03-17) + + +### Features + +* **dataverse:** implements dataverse query ([f93641d](https://github.com/okp4/contracts/commit/f93641dde61edb58ce26fca474e5df421f563a94)) + ## [4.0.0](https://github.com/okp4/contracts/compare/v3.0.0...v4.0.0) (2024-03-05) diff --git a/Cargo.lock b/Cargo.lock index 82fa6e6e..1eabb948 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,7 +739,7 @@ dependencies = [ [[package]] name = "okp4-cognitarium" -version = "4.0.0" +version = "4.1.0" dependencies = [ "base64 0.22.0", "blake3", @@ -762,7 +762,7 @@ dependencies = [ [[package]] name = "okp4-cognitarium-client" -version = "4.0.0" +version = "4.1.0" dependencies = [ "cosmwasm-std", "okp4-cognitarium", @@ -771,7 +771,7 @@ dependencies = [ [[package]] name = "okp4-dataverse" -version = "4.0.0" +version = "4.1.0" dependencies = [ "base64 0.22.0", "bs58", @@ -799,7 +799,7 @@ dependencies = [ [[package]] name = "okp4-law-stone" -version = "4.0.0" +version = "4.1.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -820,7 +820,7 @@ dependencies = [ [[package]] name = "okp4-logic-bindings" -version = "4.0.0" +version = "4.1.0" dependencies = [ "cosmwasm-std", "form_urlencoded", @@ -833,7 +833,7 @@ dependencies = [ [[package]] name = "okp4-objectarium" -version = "4.0.0" +version = "4.1.0" dependencies = [ "base16ct", "base64 0.22.0", @@ -858,7 +858,7 @@ dependencies = [ [[package]] name = "okp4-objectarium-client" -version = "4.0.0" +version = "4.1.0" dependencies = [ "cosmwasm-std", "okp4-logic-bindings", @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "okp4-rdf" -version = "4.0.0" +version = "4.1.0" dependencies = [ "base16ct", "cosmwasm-std", diff --git a/contracts/okp4-cognitarium/Cargo.toml b/contracts/okp4-cognitarium/Cargo.toml index 245c3fbc..31ae0e58 100644 --- a/contracts/okp4-cognitarium/Cargo.toml +++ b/contracts/okp4-cognitarium/Cargo.toml @@ -3,7 +3,7 @@ authors = ["OKP4"] edition = "2021" name = "okp4-cognitarium" rust-version = "1.75" -version = "4.0.0" +version = "4.1.0" exclude = [ # 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. diff --git a/contracts/okp4-dataverse/Cargo.toml b/contracts/okp4-dataverse/Cargo.toml index 216817b6..87c94173 100644 --- a/contracts/okp4-dataverse/Cargo.toml +++ b/contracts/okp4-dataverse/Cargo.toml @@ -3,7 +3,7 @@ authors = ["OKP4"] edition = "2021" name = "okp4-dataverse" rust-version = "1.75" -version = "4.0.0" +version = "4.1.0" exclude = [ # 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. diff --git a/contracts/okp4-law-stone/Cargo.toml b/contracts/okp4-law-stone/Cargo.toml index bf6da8da..f8cf038c 100644 --- a/contracts/okp4-law-stone/Cargo.toml +++ b/contracts/okp4-law-stone/Cargo.toml @@ -3,7 +3,7 @@ authors = ["OKP4"] edition = "2021" name = "okp4-law-stone" rust-version = "1.75" -version = "4.0.0" +version = "4.1.0" exclude = [ # 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. diff --git a/contracts/okp4-objectarium/Cargo.toml b/contracts/okp4-objectarium/Cargo.toml index a9925d0a..fef8a3c2 100644 --- a/contracts/okp4-objectarium/Cargo.toml +++ b/contracts/okp4-objectarium/Cargo.toml @@ -3,7 +3,7 @@ authors = ["OKP4"] edition = "2021" name = "okp4-objectarium" rust-version = "1.75" -version = "4.0.0" +version = "4.1.0" exclude = [ # 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. diff --git a/docs/okp4-cognitarium.md b/docs/okp4-cognitarium.md index e0b5d1d3..6802877a 100644 --- a/docs/okp4-cognitarium.md +++ b/docs/okp4-cognitarium.md @@ -876,4 +876,4 @@ Represents a condition in a [WhereClause]. --- -_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-cognitarium.json` (`a0e0b72e96074ba9`)_ +_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-cognitarium.json` (`a04a40216c76a302`)_ diff --git a/docs/okp4-dataverse.md b/docs/okp4-dataverse.md index e1e4b257..5baedc66 100644 --- a/docs/okp4-dataverse.md +++ b/docs/okp4-dataverse.md @@ -238,5 +238,5 @@ let b = Uint64::from(70u32); assert_eq!(b.u64(), 70); ``` --- -*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-dataverse.json` (`bd9dd1798f1b3a0d`)* +*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-dataverse.json` (`6c4e48ca82d04a6a`)* ```` diff --git a/docs/okp4-law-stone.md b/docs/okp4-law-stone.md index 69c79a95..0e38fd49 100644 --- a/docs/okp4-law-stone.md +++ b/docs/okp4-law-stone.md @@ -128,4 +128,4 @@ A string containing Base64-encoded data. --- -_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-law-stone.json` (`d7f05e6c973e01e6`)_ +_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-law-stone.json` (`a95a2760652729c5`)_ diff --git a/docs/okp4-objectarium.md b/docs/okp4-objectarium.md index e05eb3eb..d8310590 100644 --- a/docs/okp4-objectarium.md +++ b/docs/okp4-objectarium.md @@ -511,4 +511,4 @@ A string containing a 128-bit integer in decimal representation. --- -_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-objectarium.json` (`26379e2de2530668`)_ +_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-objectarium.json` (`483acdc660c72c5f`)_ diff --git a/packages/okp4-cognitarium-client/Cargo.toml b/packages/okp4-cognitarium-client/Cargo.toml index dda15aff..fe8898a8 100644 --- a/packages/okp4-cognitarium-client/Cargo.toml +++ b/packages/okp4-cognitarium-client/Cargo.toml @@ -2,7 +2,7 @@ authors = ["OKP4"] edition = "2021" name = "okp4-cognitarium-client" -version = "4.0.0" +version = "4.1.0" [dependencies] cosmwasm-std.workspace = true diff --git a/packages/okp4-logic-bindings/Cargo.toml b/packages/okp4-logic-bindings/Cargo.toml index 5393889e..df1d5bf6 100644 --- a/packages/okp4-logic-bindings/Cargo.toml +++ b/packages/okp4-logic-bindings/Cargo.toml @@ -2,7 +2,7 @@ authors = ["OKP4"] edition = "2021" name = "okp4-logic-bindings" -version = "4.0.0" +version = "4.1.0" [dependencies] cosmwasm-std.workspace = true diff --git a/packages/okp4-objectarium-client/Cargo.toml b/packages/okp4-objectarium-client/Cargo.toml index 10988978..e556e295 100644 --- a/packages/okp4-objectarium-client/Cargo.toml +++ b/packages/okp4-objectarium-client/Cargo.toml @@ -2,7 +2,7 @@ authors = ["OKP4"] edition = "2021" name = "okp4-objectarium-client" -version = "4.0.0" +version = "4.1.0" [dependencies] cosmwasm-std.workspace = true diff --git a/packages/okp4-rdf/Cargo.toml b/packages/okp4-rdf/Cargo.toml index c5e60d2e..e87238fb 100644 --- a/packages/okp4-rdf/Cargo.toml +++ b/packages/okp4-rdf/Cargo.toml @@ -2,7 +2,7 @@ authors = ["OKP4"] edition = "2021" name = "okp4-rdf" -version = "4.0.0" +version = "4.1.0" [dependencies] base16ct = { version = "0.2.0", features = ["alloc"] }