Skip to content

Commit

Permalink
Merge pull request #1013 from hirosystems/release/next
Browse files Browse the repository at this point in the history
chore: bump version to 1.6.1
  • Loading branch information
hugocaillard authored May 16, 2023
2 parents 6fdbd70 + 02f04e3 commit acd7a3a
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 15 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
#### 1.6.1 (2023-05-16)

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

##### Chores

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

##### Bug Fixes

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

#### 1.6.0 (2023-05-09)

##### Chores
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 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.6.0"
version = "1.6.1"
authors = ["Ludo Galabru <[email protected]>", "Brice Dobry <[email protected]>"]
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.6.0"
version = "1.6.1"
description = "Clarity REPL"
authors = [
"Ludo Galabru <[email protected]>",
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.6.0"
version = "1.6.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.6.0",
"version": "1.6.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

0 comments on commit acd7a3a

Please sign in to comment.