Skip to content

Commit

Permalink
chore: release 2.6.0 (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Apr 22, 2024
1 parent 664b4e8 commit f06d087
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 20 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.6.0](https://github.com/hirosystems/clarinet/compare/v2.5.1...v2.6.0) (2024-04-22)

##### New Features

* Devnet in 2.5 by default (#1422) (664b4e82)

##### Chores

* Update 2.5 constants (#1433) (e2295e11)

##### Continuous Integration

* Use workspace version (#1431) (9440f583)
* Fix homebrew release (#1425) (887b7a64)

# [2.5.1](https://github.com/hirosystems/clarinet/compare/v2.5.0...v2.5.1) (2024-04-16)

##### Continuous Integration
Expand Down
32 changes: 16 additions & 16 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.5.1"
version = "2.6.0"

[patch.crates-io]
chainhook-sdk = { git = "https://github.com/hirosystems/chainhook.git", branch = "feat/update-pox-default-settings" }
Expand Down
4 changes: 2 additions & 2 deletions components/stacks-devnet-js/package-lock.json

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

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.5.1",
"version": "2.6.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

0 comments on commit f06d087

Please sign in to comment.