From d75fef410daefc2694784d3f26a76ede54132a45 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Feb 2022 18:50:11 +0000 Subject: [PATCH] chore(release): 0.25.0 # [0.25.0](https://github.com/hirosystems/clarinet/compare/v0.24.0...v0.25.0) (2022-02-10) ### Bug Fixes * clarity-repl resolve_link adjustment ([f1e8b47](https://github.com/hirosystems/clarinet/commit/f1e8b47814173acb6cd39ed5bf98a987ff8c97cf)) * link title typo ([20b5982](https://github.com/hirosystems/clarinet/commit/20b5982be084b0934a86938e7a67115c94c43168)) ### Features * add analysis settings support ([c7984e3](https://github.com/hirosystems/clarinet/commit/c7984e3036641ac95c65b6ae56f5b954641e282c)), closes [hirosystems/clarity-repl#62](https://github.com/hirosystems/clarity-repl/issues/62) * add check-checker options to Clarinet.toml ([2f8ad7f](https://github.com/hirosystems/clarinet/commit/2f8ad7fdd962e8f94eb6871074edef86416993a2)) * add option to check single file ([64b0e2f](https://github.com/hirosystems/clarinet/commit/64b0e2fbe3f68c5c5dc412f30bbaba17a8f1c54a)) * add option to select parser version ([470734c](https://github.com/hirosystems/clarinet/commit/470734c634ab4f3dada4797af92a6b7c32155afd)) * consolidate repl settings in config file ([cfe7af3](https://github.com/hirosystems/clarinet/commit/cfe7af3a781ccc93896f0da4f3f5593924618205)) * update to clarity-repl 0.22.0 ([e2d996a](https://github.com/hirosystems/clarinet/commit/e2d996a9a1f6a211c5d867168b09de78349949a7)) * update to work with new parser ([ce8267a](https://github.com/hirosystems/clarinet/commit/ce8267ac94502a43f0bb3e2a2fe27b23c37ac97a)) --- CHANGELOG.md | 19 +++++++++++++++++++ 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, 27 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9238910a1..64003a82d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [0.25.0](https://github.com/hirosystems/clarinet/compare/v0.24.0...v0.25.0) (2022-02-10) + + +### Bug Fixes + +* clarity-repl resolve_link adjustment ([f1e8b47](https://github.com/hirosystems/clarinet/commit/f1e8b47814173acb6cd39ed5bf98a987ff8c97cf)) +* link title typo ([20b5982](https://github.com/hirosystems/clarinet/commit/20b5982be084b0934a86938e7a67115c94c43168)) + + +### Features + +* add analysis settings support ([c7984e3](https://github.com/hirosystems/clarinet/commit/c7984e3036641ac95c65b6ae56f5b954641e282c)), closes [hirosystems/clarity-repl#62](https://github.com/hirosystems/clarity-repl/issues/62) +* add check-checker options to Clarinet.toml ([2f8ad7f](https://github.com/hirosystems/clarinet/commit/2f8ad7fdd962e8f94eb6871074edef86416993a2)) +* add option to check single file ([64b0e2f](https://github.com/hirosystems/clarinet/commit/64b0e2fbe3f68c5c5dc412f30bbaba17a8f1c54a)) +* add option to select parser version ([470734c](https://github.com/hirosystems/clarinet/commit/470734c634ab4f3dada4797af92a6b7c32155afd)) +* consolidate repl settings in config file ([cfe7af3](https://github.com/hirosystems/clarinet/commit/cfe7af3a781ccc93896f0da4f3f5593924618205)) +* update to clarity-repl 0.22.0 ([e2d996a](https://github.com/hirosystems/clarinet/commit/e2d996a9a1f6a211c5d867168b09de78349949a7)) +* update to work with new parser ([ce8267a](https://github.com/hirosystems/clarinet/commit/ce8267ac94502a43f0bb3e2a2fe27b23c37ac97a)) + # [0.24.0](https://github.com/hirosystems/clarinet/compare/v0.23.1...v0.24.0) (2022-01-19) diff --git a/Cargo.lock b/Cargo.lock index 2fb402df0..ffd96656d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -658,7 +658,7 @@ dependencies = [ [[package]] name = "clarinet" -version = "0.24.0" +version = "0.25.0" dependencies = [ "aes", "ansi_term 0.12.1", @@ -4463,7 +4463,7 @@ dependencies = [ [[package]] name = "stacks-devnet-js" -version = "0.24.0" +version = "0.25.0" dependencies = [ "clarinet", "error-chain", diff --git a/Cargo.toml b/Cargo.toml index 55a26897a..7b66039b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clarinet" -version = "0.24.0" +version = "0.25.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 6ab224b27..a7844172f 100644 --- a/node-bindings/Cargo.lock +++ b/node-bindings/Cargo.lock @@ -449,7 +449,7 @@ dependencies = [ [[package]] name = "stacks-devnet-js" -version = "0.24.0" +version = "0.25.0" dependencies = [ "clarinet", "neon", diff --git a/node-bindings/Cargo.toml b/node-bindings/Cargo.toml index 347e543a6..317f1570b 100644 --- a/node-bindings/Cargo.toml +++ b/node-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-devnet-js" -version = "0.24.0" +version = "0.25.0" license = "ISC" edition = "2018" exclude = ["index.node"] diff --git a/node-bindings/package-lock.json b/node-bindings/package-lock.json index a38f60114..6fccf5b25 100644 --- a/node-bindings/package-lock.json +++ b/node-bindings/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/stacks-devnet-js", - "version": "0.24.0", + "version": "0.25.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hirosystems/stacks-devnet-js", - "version": "0.24.0", + "version": "0.25.0", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/node-bindings/package.json b/node-bindings/package.json index c25d3ad41..2e21f2cad 100644 --- a/node-bindings/package.json +++ b/node-bindings/package.json @@ -1,6 +1,6 @@ { "name": "@hirosystems/stacks-devnet-js", - "version": "0.24.0", + "version": "0.25.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",