Skip to content

Commit

Permalink
chore(release): 0.24.0
Browse files Browse the repository at this point in the history
# [0.24.0](v0.23.1...v0.24.0) (2022-01-19)

### Bug Fixes

* fixed broken links ([b0f073a](b0f073a))
* generate proper strings from contract results ([6b189c6](6b189c6)), closes [#213](#213)
* only code-sign on release ([e10f3d1](e10f3d1))
* resolve bug with windows build in CI ([16ccd00](16ccd00))

### Features

* added ignore and only options to clarinet test ([a57cc23](a57cc23))
  • Loading branch information
semantic-release-bot committed Jan 19, 2022
1 parent 66bf023 commit 066b4e9
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.24.0](https://github.com/hirosystems/clarinet/compare/v0.23.1...v0.24.0) (2022-01-19)


### Bug Fixes

* fixed broken links ([b0f073a](https://github.com/hirosystems/clarinet/commit/b0f073ac634f480c86b0b788c51057605b202c64))
* generate proper strings from contract results ([6b189c6](https://github.com/hirosystems/clarinet/commit/6b189c61b36f1f1ca755b86225916373565411bb)), closes [#213](https://github.com/hirosystems/clarinet/issues/213)
* only code-sign on release ([e10f3d1](https://github.com/hirosystems/clarinet/commit/e10f3d12eeae10e0fe809df4b2bdfbe97d33a26a))
* resolve bug with windows build in CI ([16ccd00](https://github.com/hirosystems/clarinet/commit/16ccd00110c6abde8f4e27b74ddd93f935028e36))


### Features

* added ignore and only options to clarinet test ([a57cc23](https://github.com/hirosystems/clarinet/commit/a57cc2373cfe25604290c59143469df649337657))

## [0.23.1](https://github.com/hirosystems/clarinet/compare/v0.23.0...v0.23.1) (2022-01-13)


Expand Down
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clarinet"
version = "0.23.1"
version = "0.24.0"
authors = ["Ludo Galabru <[email protected]>"]
edition = "2018"
description = "Clarinet is a clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, development, testing and deployment."
Expand Down
2 changes: 1 addition & 1 deletion node-bindings/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 node-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stacks-devnet-js"
version = "0.23.1"
version = "0.24.0"
license = "ISC"
edition = "2018"
exclude = ["index.node"]
Expand Down
4 changes: 2 additions & 2 deletions node-bindings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/stacks-devnet-js",
"version": "0.23.1",
"version": "0.24.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",
Expand Down

0 comments on commit 066b4e9

Please sign in to comment.