From a70c7584c090501977a48487d42ab9d9012009cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Feb 2022 04:17:22 +0000 Subject: [PATCH] chore(release): 0.27.0 # [0.27.0](https://github.com/hirosystems/clarinet/compare/v0.26.1...v0.27.0) (2022-02-24) ### Features * add shell completions files ([e6b1f25](https://github.com/hirosystems/clarinet/commit/e6b1f25683cb2c0e8f031e08fa0843fb0e5af690)) * add subcommand to generate shell completions ([a493b67](https://github.com/hirosystems/clarinet/commit/a493b6792515a6163a401f4c4a25802d98b76882)), closes [#146](https://github.com/hirosystems/clarinet/issues/146) * clean up commands and improve help docs ([8f18182](https://github.com/hirosystems/clarinet/commit/8f18182ce659b9dd8969af0ac28c9a0a3b4c9278)), closes [#118](https://github.com/hirosystems/clarinet/issues/118) * stacks-devnet-js support for linux-musl (non-glibc, e.g. alpine) ([6e322f1](https://github.com/hirosystems/clarinet/commit/6e322f1b668b9fcbc547e1053cf8d10807828c60)) --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- node-bindings/Cargo.lock | 2 +- node-bindings/Cargo.toml | 2 +- node-bindings/package-lock.json | 4 ++-- node-bindings/package.json | 2 +- 7 files changed, 18 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6497b722d..33dbd5f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.27.0](https://github.com/hirosystems/clarinet/compare/v0.26.1...v0.27.0) (2022-02-24) + + +### Features + +* add shell completions files ([e6b1f25](https://github.com/hirosystems/clarinet/commit/e6b1f25683cb2c0e8f031e08fa0843fb0e5af690)) +* add subcommand to generate shell completions ([a493b67](https://github.com/hirosystems/clarinet/commit/a493b6792515a6163a401f4c4a25802d98b76882)), closes [#146](https://github.com/hirosystems/clarinet/issues/146) +* clean up commands and improve help docs ([8f18182](https://github.com/hirosystems/clarinet/commit/8f18182ce659b9dd8969af0ac28c9a0a3b4c9278)), closes [#118](https://github.com/hirosystems/clarinet/issues/118) +* stacks-devnet-js support for linux-musl (non-glibc, e.g. alpine) ([6e322f1](https://github.com/hirosystems/clarinet/commit/6e322f1b668b9fcbc547e1053cf8d10807828c60)) + ## [0.26.1](https://github.com/hirosystems/clarinet/compare/v0.26.0...v0.26.1) (2022-02-13) diff --git a/Cargo.lock b/Cargo.lock index 21da4c9cf..1027bc6a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -676,7 +676,7 @@ dependencies = [ [[package]] name = "clarinet" -version = "0.26.1" +version = "0.27.0" dependencies = [ "aes", "ansi_term 0.12.1", @@ -4354,7 +4354,7 @@ dependencies = [ [[package]] name = "stacks-devnet-js" -version = "0.26.1" +version = "0.27.0" dependencies = [ "clarinet", "error-chain", diff --git a/Cargo.toml b/Cargo.toml index 63be12270..23ecd5da4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clarinet" -version = "0.26.1" +version = "0.27.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 a4f6cb117..084f1caf2 100644 --- a/node-bindings/Cargo.lock +++ b/node-bindings/Cargo.lock @@ -449,7 +449,7 @@ dependencies = [ [[package]] name = "stacks-devnet-js" -version = "0.26.1" +version = "0.27.0" dependencies = [ "clarinet", "neon", diff --git a/node-bindings/Cargo.toml b/node-bindings/Cargo.toml index 436f5063f..4c403d3f3 100644 --- a/node-bindings/Cargo.toml +++ b/node-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-devnet-js" -version = "0.26.1" +version = "0.27.0" license = "ISC" edition = "2018" exclude = ["index.node"] diff --git a/node-bindings/package-lock.json b/node-bindings/package-lock.json index 60810444a..80682660b 100644 --- a/node-bindings/package-lock.json +++ b/node-bindings/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/stacks-devnet-js", - "version": "0.26.1", + "version": "0.27.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hirosystems/stacks-devnet-js", - "version": "0.26.1", + "version": "0.27.0", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/node-bindings/package.json b/node-bindings/package.json index 2e399229a..a9bbc95f5 100644 --- a/node-bindings/package.json +++ b/node-bindings/package.json @@ -1,6 +1,6 @@ { "name": "@hirosystems/stacks-devnet-js", - "version": "0.26.1", + "version": "0.27.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",