diff --git a/CHANGELOG.md b/CHANGELOG.md index 091913c15..cf0384d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.26.0](https://github.com/hirosystems/clarinet/compare/v0.25.1...v0.26.0) (2022-02-12) + + +### Bug Fixes + +* fix serialization of REPL settings ([5fc9d08](https://github.com/hirosystems/clarinet/commit/5fc9d080cdb499d61d69498050773b7cbaba72fe)) + + +### Features + +* macos-arm64 / Apple Silicon / M1 builds ([da5f1bc](https://github.com/hirosystems/clarinet/commit/da5f1bc43a977156656d3036861c2ff4978d53bf)) + ## [0.25.1](https://github.com/hirosystems/clarinet/compare/v0.25.0...v0.25.1) (2022-02-11) diff --git a/Cargo.lock b/Cargo.lock index 8727efd33..c964157a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -658,7 +658,7 @@ dependencies = [ [[package]] name = "clarinet" -version = "0.25.1" +version = "0.26.0" dependencies = [ "aes", "ansi_term 0.12.1", @@ -4463,7 +4463,7 @@ dependencies = [ [[package]] name = "stacks-devnet-js" -version = "0.25.1" +version = "0.26.0" dependencies = [ "clarinet", "error-chain", diff --git a/Cargo.toml b/Cargo.toml index f31c1304d..54b8e9c08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clarinet" -version = "0.25.1" +version = "0.26.0" authors = ["Ludo Galabru "] edition = "2018" description = "Clarinet is a clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, development, testing and deployment." diff --git a/node-bindings/Cargo.lock b/node-bindings/Cargo.lock index 4ea94e72b..e48818350 100644 --- a/node-bindings/Cargo.lock +++ b/node-bindings/Cargo.lock @@ -449,7 +449,7 @@ dependencies = [ [[package]] name = "stacks-devnet-js" -version = "0.25.1" +version = "0.26.0" dependencies = [ "clarinet", "neon", diff --git a/node-bindings/Cargo.toml b/node-bindings/Cargo.toml index 6a68210d2..8b53ced61 100644 --- a/node-bindings/Cargo.toml +++ b/node-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-devnet-js" -version = "0.25.1" +version = "0.26.0" license = "ISC" edition = "2018" exclude = ["index.node"] diff --git a/node-bindings/package-lock.json b/node-bindings/package-lock.json index 386159e01..b424d1829 100644 --- a/node-bindings/package-lock.json +++ b/node-bindings/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/stacks-devnet-js", - "version": "0.25.1", + "version": "0.26.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hirosystems/stacks-devnet-js", - "version": "0.25.1", + "version": "0.26.0", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/node-bindings/package.json b/node-bindings/package.json index ce96e1573..d55dc7a06 100644 --- a/node-bindings/package.json +++ b/node-bindings/package.json @@ -1,6 +1,6 @@ { "name": "@hirosystems/stacks-devnet-js", - "version": "0.25.1", + "version": "0.26.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/node-bindings",