Skip to content

Commit

Permalink
chore(release): perform release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-anik committed Dec 13, 2024
1 parent 446ae2c commit 0032f83
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 21 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# AXONE contracts

## [7.0.0](https://github.com/axone-protocol/contracts/compare/v6.0.0...v7.0.0) (2024-12-13)


### ⚠ BREAKING CHANGES

* **dataverse:** rework and enhance vc stored context
* **cognitarium:** rework WhereClause api design
* **dataverse:** rename the metadata field to claims (SubmitClaims)

### Features

* **cognitarium:** add expression filtering in where clause ([945bc3a](https://github.com/axone-protocol/contracts/commit/945bc3a6c89e4ef90c1ef87294c77219090d5b79))
* **cognitarium:** add the 'not' expression ([41a0a78](https://github.com/axone-protocol/contracts/commit/41a0a78b1e9082d179f3ad7a8731aeb2c49add20))
* **cognitarium:** allow to build plan on lateral join based clause ([ac6854b](https://github.com/axone-protocol/contracts/commit/ac6854bed6d3f997f1381febb68e83080cf22fa7))
* **cognitarium:** allow to issue term from variable ([29b9cf0](https://github.com/axone-protocol/contracts/commit/29b9cf01ec5985dc9dfb9d25cffffcccd46dfd1d))
* **cognitarium:** introduce core expression design ([2a40d06](https://github.com/axone-protocol/contracts/commit/2a40d0644fb8cddfff30edb80b3d0841ad5198c4))
* **cognitarium:** rework WhereClause api design ([da76633](https://github.com/axone-protocol/contracts/commit/da76633c3892b4defee99e3ab4c1de0b1618f24f))
* **dataverse:** align with new cognitarium api ([ec13afa](https://github.com/axone-protocol/contracts/commit/ec13afab736d2d074de2ff3b6ed227fe6867b642))
* **dataverse:** rework and enhance vc stored context ([eb52ace](https://github.com/axone-protocol/contracts/commit/eb52ace6397a8bac5723e2a731a3ba2c1961626c))
* **dataverse:** support unverified credentials (tx signatures as proof) ([83c0305](https://github.com/axone-protocol/contracts/commit/83c03057bc090f1f05961bfcff57bffc86c0cb92))


### Code Refactoring

* **dataverse:** rename the metadata field to claims (SubmitClaims) ([0febba9](https://github.com/axone-protocol/contracts/commit/0febba9f11f38884af16a76dd755db1bf8ad454d))

## [6.0.0](https://github.com/axone-protocol/contracts/compare/v5.0.0...v6.0.0) (2024-08-02)


Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["cosmwasm", "blockchain"]
license = "BSD-3-Clause"
repository = "https://github.com/axone-protocol/contracts"
rust-version = "1.75"
version = "6.0.0"
version = "7.0.0"

[profile.release]
codegen-units = 1
Expand All @@ -24,17 +24,17 @@ panic = 'abort'
rpath = false

[workspace.dependencies]
axone-cognitarium = { path = "./contracts/axone-cognitarium", version = "6.0.0", features = [
axone-cognitarium = { path = "./contracts/axone-cognitarium", version = "7.0.0", features = [
"library",
] }
axone-cognitarium-client = { path = "./packages/axone-cognitarium-client", version = "6.0.0" }
axone-logic-bindings = { path = "./packages/axone-logic-bindings", version = "6.0.0" }
axone-objectarium = { path = "./contracts/axone-objectarium", version = "6.0.0", features = [
axone-cognitarium-client = { path = "./packages/axone-cognitarium-client", version = "7.0.0" }
axone-logic-bindings = { path = "./packages/axone-logic-bindings", version = "7.0.0" }
axone-objectarium = { path = "./contracts/axone-objectarium", version = "7.0.0", features = [
"library",
] }
axone-objectarium-client = { path = "./packages/axone-objectarium-client", version = "6.0.0" }
axone-rdf = { path = "./packages/axone-rdf", version = "6.0.0" }
axone-wasm = { path = "./packages/axone-wasm", version = "6.0.0" }
axone-objectarium-client = { path = "./packages/axone-objectarium-client", version = "7.0.0" }
axone-rdf = { path = "./packages/axone-rdf", version = "7.0.0" }
axone-wasm = { path = "./packages/axone-wasm", version = "7.0.0" }
cosmwasm-schema = "2.1.5"
cosmwasm-std = { version = "2.1.5", features = ["cosmwasm_2_1"] }
cosmwasm-storage = "1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion docs/axone-cognitarium.md
Original file line number Diff line number Diff line change
Expand Up @@ -925,4 +925,4 @@ A named node constant.

---

_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-cognitarium.json` (`a6344c92b24801fb`)_
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-cognitarium.json` (`197d77d83ca86dc6`)_
2 changes: 1 addition & 1 deletion docs/axone-dataverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `axone-dataverse.json` (`2d209bff84484c1c`)*
*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-dataverse.json` (`fc11528d7cda380f`)*
````
2 changes: 1 addition & 1 deletion docs/axone-law-stone.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,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 `axone-law-stone.json` (`e30899a776e9d303`)_
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-law-stone.json` (`df827252e2e559ce`)_
2 changes: 1 addition & 1 deletion docs/axone-objectarium.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,4 +525,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 `axone-objectarium.json` (`3a53bb06f9b58538`)_
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-objectarium.json` (`a038d40e79d5ed02`)_

0 comments on commit 0032f83

Please sign in to comment.