Skip to content

Commit

Permalink
chore: release 2.4.0 (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Mar 25, 2024
1 parent 56acb9e commit a5f9fea
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 48 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.4.0](https://github.com/hirosystems/clarinet/compare/v2.3.1...v2.4.0) (2024-03-25)

##### New Features

* Upgrade devnet to improve epoch 2.5 handling (7c201d44)
* Add signers and signers-voting boot contracts (#1386) (05c6a570)
* Call private function in simnet (#1380) (0288a261)

##### Chores

* Update pox contracts (#1387) (9adb0f0f)
* Handle pox-locking in simnet (#1375) (dbc0178a)
* Update clarity and clarity-wasm (#1372) (ae47f28a)

# [2.3.1](https://github.com/hirosystems/clarinet/compare/v2.3.0...v2.3.1) (2024-03-04)

##### Bug Fixes
Expand Down
78 changes: 39 additions & 39 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 components/clarinet-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clarinet-cli"
version = "2.3.1"
version = "2.4.0"
authors = ["Ludo Galabru <ludo@hiro.so>", "Brice Dobry <brice@hiro.so>"]
edition = "2021"
description = "Clarinet is a simple, modern and opinionated runtime for testing, integrating and deploying Clarity smart contracts."
Expand Down
2 changes: 1 addition & 1 deletion components/clarinet-deployments/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clarinet-deployments"
version = "2.3.1"
version = "2.4.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion components/clarinet-files/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "clarinet-files"
description = "Clarinet manifests files helpers"
license = "GPL-3.0"
version = "2.3.1"
version = "2.4.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion components/clarinet-sdk-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "clarinet-sdk-wasm"
version = "2.4.0-beta5"
version = "2.4.0"
license = "GPL-3.0"
repository = "https://github.com/hirosystems/clarinet"
description = "The core lib that powers @hirosystems/clarinet-sdk"
Expand Down
2 changes: 1 addition & 1 deletion components/clarity-repl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clarity-repl"
version = "2.3.1"
version = "2.4.0"
description = "Clarity REPL"
authors = [
"Ludo Galabru <ludo@hiro.so>",
Expand Down
2 changes: 1 addition & 1 deletion components/stacks-devnet-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stacks-devnet-js"
version = "2.3.1"
version = "2.4.0"
license = "ISC"
edition = "2018"
exclude = ["index.node"]
Expand Down
2 changes: 1 addition & 1 deletion components/stacks-devnet-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/stacks-devnet-js",
"version": "2.3.1",
"version": "2.4.0",
"description": "stacks-devnet-js is a library for writing end to end tests for protocols interacting with the Stacks blockchain and the Bitcoin blockchain.",
"author": "Ludo Galabru",
"repository": "https://github.com/hirosystems/clarinet/tree/main/components/stacks-devnet-js",
Expand Down
2 changes: 1 addition & 1 deletion components/stacks-network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stacks-network"
version = "2.3.1"
version = "2.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion components/stacks-rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stacks-rpc-client"
version = "2.3.1"
version = "2.4.0"
description = "HTTP Client for the Stacks blockchain"
license = "GPL-3.0"
edition = "2021"
Expand Down

0 comments on commit a5f9fea

Please sign in to comment.