Skip to content

Commit

Permalink
chore: release 2.12.0 (#1631)
Browse files Browse the repository at this point in the history
* chore: release 2.12.0

* fix: revert simple-nft example changes
  • Loading branch information
hugocaillard authored Dec 18, 2024
1 parent 6b68e00 commit a3e0d5f
Show file tree
Hide file tree
Showing 28 changed files with 13,891 additions and 9,473 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# [2.11.2](https://github.com/hirosystems/clarinet/compare/v2.11.2...v2.11.2) (2024-10-30)
# [2.12.0](https://github.com/hirosystems/clarinet/compare/v2.11.2...v2.12.0) (2024-12-18)

##### New Features

* Add costs report in sdk tx response (#1620) (6b68e00f)
* Epoch 3.1 support (#1630) (682daf54)

##### Bug Fixes

* Typo for initEmptySession function (#1619) (1e731094)

##### Performance Improvements

* Improve simnet datastore data struct (#1617) (ad66d1bd)

##### Tests

* Setup basic wasm-bindgen tests for the sdk (#1614) (3f32f19c)

# [2.11.2](https://github.com/hirosystems/clarinet/compare/v2.11.1...v2.11.2) (2024-10-30)

##### Bug Fixes

Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
default-members = ["components/clarinet-cli"]

[workspace.package]
version = "2.11.2"
version = "2.12.0"

[workspace.dependencies]
clarity = { git = "https://github.com/stacks-network/stacks-core.git", branch="feat/clarity-wasm-develop", package = "clarity", default-features = false }
Expand Down
Loading

0 comments on commit a3e0d5f

Please sign in to comment.