Skip to content

Commit

Permalink
chore: release 2.7.0 (#1490)
Browse files Browse the repository at this point in the history
* chore: add changelog

* chore: bump version to 2.7.0

* chore: update vscode extension version

* fix: update clarity syntax

* chore: update chainhook dependency
  • Loading branch information
hugocaillard committed Jun 28, 2024
1 parent 51992ca commit 9a76909
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 155 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [2.7.0](https://github.com/hirosystems/clarinet/compare/v2.6.0...v2.7.0) (2024-06-28)

##### New Features

* Update Clarity (#1484) (33654709)
* Support clarity 3 (#1465) (2c92bef3)
* Create git attributes in projects (#1446) (b08df158)

##### Bug Fixes

* Print error if deployment start fails (#1487) (fe8f96e7)
* Set tenure height on epoch change if great or equal than 3.0 (#1482) (e59b1f38)
* Better new project name handling (#1481) (6ce3af58)
* Prevent panic in trace (#1467) (343a01ae)
* Block height increment in sdk mine_block (#1466) (156058c5)
* Add a safety check in lsp check_if_should_wrap (#1459) (9c4bfdb7)
* Upgrade rustline and fix escape characters in cli (da11c99c)
* Add options to enable or disable costs and coverage reports in sdk (#1441) (fd761e44)

##### Refactors

* Fix clippy warnings (#1438) (584a7223)

# [2.6.0](https://github.com/hirosystems/clarinet/compare/v2.5.1...v2.6.0) (2024-04-22)

##### New Features
Expand Down
113 changes: 24 additions & 89 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ members = [
default-members = ["components/clarinet-cli"]

[workspace.package]
version = "2.6.0"
version = "2.7.0"

[patch.crates-io]
chainhook-sdk = { git = "https://github.com/hirosystems/chainhook.git" }
chainhook-types = { git = "https://github.com/hirosystems/chainhook.git" }
chainhook-sdk = { git = "https://github.com/hirosystems/chainhook.git", branch="develop" }
chainhook-types = { git = "https://github.com/hirosystems/chainhook.git", branch="develop" }

[patch.'https://github.com/hirosystems/clarinet.git']
stacks-codec = { path = "./components/stacks-codec" }
Loading

0 comments on commit 9a76909

Please sign in to comment.