Skip to content

Commit

Permalink
chore: bump clarinet version to 1.7.1 (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Jul 19, 2023
1 parent ced0faa commit dcc0b92
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 26 deletions.
34 changes: 25 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
#### [1.7.1](https://github.com/hirosystems/clarinet/compare/v1.7.0...v1.7.1) (2023-07-19)

##### Chores

* Update default epoch to 2.4 (#1082) (fcabffac)
* Update subnet node to 0.8.1 (#1081) (db547ce8)
* Update subnet image and contract version (4dd02518)

##### Bug Fixes

* Fix clarity version of nested requirements (#1080) (ced0faab)
* Safety check on invalid line number in coverage (#1085) (29eb81b9)
* Add FAUCET_PRIVATE_KEY to stacks-blockchain-api env (#1071) (ab121210)
* Add `--allow-read` flag to allow filesystem read access in `clarinet test` (#1060) (4de49fde)
* Fix Panic at get_current_block_height for unexisting block (#1061) (edb77595)

# [1.7.0](https://github.com/hirosystems/clarinet/compare/v1.6.1...v1.7.0) (2023-06-14)
##### New Features

Expand All @@ -6,26 +22,26 @@

##### Chores

* update chainhook-sdk (5eed0bf6)
* update chainhook-types (57a7957d)
* handle clarity-vm 2.1 (#1037) (7fe94b80)
* bump clarity repl to 1.6.4 (#1036) (3bad4177)
* remove unused deps (#1032) (c30af614)
* Update chainhook-sdk (5eed0bf6)
* Update chainhook-types (57a7957d)
* Handle clarity-vm 2.1 (#1037) (7fe94b80)
* Bump clarity repl to 1.6.4 (#1036) (3bad4177)
* Remove unused deps (#1032) (c30af614)

# [1.6.1](https://github.com/hirosystems/clarinet/compare/v1.6.0...v1.6.1) (2023-05-16)

*Note* This release fixes the build of v1.6.0

##### Chores

* upgrade uuid crate (5b9b4015)
* upgrade lsp dependencies (be8d2ceb)
* Upgrade uuid crate (5b9b4015)
* Upgrade lsp dependencies (be8d2ceb)

##### Bug Fixes

* **lsp:**
* functions first parameter highlighting (9a28a9a1)
* clarity keywords syntax highlighting (724379dc)
* Functions first parameter highlighting (9a28a9a1)
* Clarity keywords syntax highlighting (724379dc)

# [1.6.0](https://github.com/hirosystems/clarinet/compare/v1.5.3...v1.6.0) (2023-05-09)

Expand Down
24 changes: 12 additions & 12 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 = "1.7.0"
version = "1.7.1"
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/clarity-repl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clarity-repl"
version = "1.7.0"
version = "1.7.1"
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 = "1.7.0"
version = "1.7.1"
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": "1.7.0",
"version": "1.7.1",
"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 = "1.7.0"
version = "1.7.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit dcc0b92

Please sign in to comment.