Skip to content

Commit

Permalink
chore(release): 0.32.0
Browse files Browse the repository at this point in the history
# [0.32.0](v0.31.1...v0.32.0) (2022-06-23)

### Bug Fixes

* add dotenv to cbtc dependencies ([158390a](158390a))
* address auto-review ([61200a1](61200a1))
* address feedbacks ([cdf4e6d](cdf4e6d))
* address feedbacks ([ce82131](ce82131))
* address feedbacks ([895ba87](895ba87))
* address remaining feedbacks ([5963383](5963383))
* better termination ([16def80](16def80))
* broken termination ([45dff9f](45dff9f))
* build ([9fa504e](9fa504e))
* build issues ([84ec835](84ec835))
* build warning ([b164be4](b164be4))
* build, unused files ([a3acaa9](a3acaa9))
* cargo audit ([44b60d5](44b60d5))
* cargo fmt, stacks-devnet ([869916e](869916e))
* cascade changes in Oreo.dockerfile ([9626aed](9626aed))
* cascade errors ([8cd5d9a](8cd5d9a))
* cascade errors from generators ([ef6a64e](ef6a64e))
* cbtc chainhooks ([27867c6](27867c6))
* command line deployment generate ([de61f49](de61f49))
* dead code ([6119ec4](6119ec4))
* display transaction in mempool view ([006a86e](006a86e))
* fix typo "runnner" -> "runner" ([54f5ccc](54f5ccc))
* handle warnings ([852014b](852014b))
* hyperchain tweaks ([369c9da](369c9da))
* improve error messages about dependencies ([48ea5a0](48ea5a0)), closes [hirosystems/chainhook#188](hirosystems/chainhook#188) [#396](#396)
* lsp and requirements ([334d81f](334d81f))
* path ([50b7e0d](50b7e0d))
* remove ProjectManifest::default() ([cdde911](cdde911))
* serialize using relative path ([5ce5970](5ce5970))
* stacks-devnet-js ([983b7be](983b7be))
* ts lib ([83337a0](83337a0))
* typo ([e8f1303](e8f1303))
* typo ([3f5d79a](3f5d79a))
* typo ([4b4794d](4b4794d))
* typo ([7b11ecd](7b11ecd))
* use 0.0.0.0 instead of localhost ([fd92b0b](fd92b0b))
* windows networking issues ([9c080f6](9c080f6))
* windows ui ([77fc359](77fc359))

### Features

* ability to add contract-call in deployment plans ([2e27031](2e27031))
* ability to have bitcoin transactions in deployment plans ([5e343d3](5e343d3))
* ability to remap_principals in requirement-publish ops ([ac651f6](ac651f6))
* add chainhooks helpers in cli ([eb7c70e](eb7c70e))
* add openapi spec ([dd9ccaf](dd9ccaf))
* add wasm feature flag to clarinet-deployments ([4c78144](4c78144))
* add wasm feature flag to clarinet-files ([990dcf1](990dcf1))
* allow empty console ([7453df5](7453df5))
* automatically suggest principal remap ([ef548c9](ef548c9))
* contract remap for devnet / testnet ([f0ac5b4](f0ac5b4))
* faucet + orchestrator adjustments ([681f51c](681f51c))
* fix feature flags ([ea8aeea](ea8aeea))
* introduce cbtc example ([e195f71](e195f71))
* show error diagnostics when testing ([f0580fb](f0580fb))
* use oreo as as a dockerized standalone component ([428e7b8](428e7b8))
* use oreo as library in clarinet ([82057d4](82057d4))
  • Loading branch information
semantic-release-bot committed Jun 23, 2022
1 parent 73b850f commit 30fa422
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 7 deletions.
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,67 @@
# [0.32.0](https://github.com/hirosystems/clarinet/compare/v0.31.1...v0.32.0) (2022-06-23)


### Bug Fixes

* add dotenv to cbtc dependencies ([158390a](https://github.com/hirosystems/clarinet/commit/158390aa42f6781a684a3322a2ce960a5c8329ec))
* address auto-review ([61200a1](https://github.com/hirosystems/clarinet/commit/61200a1aafd4592b17524207d99e6ea15cc43d42))
* address feedbacks ([cdf4e6d](https://github.com/hirosystems/clarinet/commit/cdf4e6def986d43734a6dc0b7aff688b7f06f409))
* address feedbacks ([ce82131](https://github.com/hirosystems/clarinet/commit/ce821313ed66b9190826dd147cdcc477cf6908f0))
* address feedbacks ([895ba87](https://github.com/hirosystems/clarinet/commit/895ba873a7a36f7218ce35e4f9e081fb5d4d18fb))
* address remaining feedbacks ([5963383](https://github.com/hirosystems/clarinet/commit/59633832515a2974261eb8e5886e9632d62695b6))
* better termination ([16def80](https://github.com/hirosystems/clarinet/commit/16def803f389a60abed5d51ffab5159438751e69))
* broken termination ([45dff9f](https://github.com/hirosystems/clarinet/commit/45dff9fac5b9b6f791277a1c2cf8116013095f5c))
* build ([9fa504e](https://github.com/hirosystems/clarinet/commit/9fa504e19f290ab68821c7fe77477a59a768847f))
* build issues ([84ec835](https://github.com/hirosystems/clarinet/commit/84ec835d84a0980195ddb230b8e33ee2c73ca461))
* build warning ([b164be4](https://github.com/hirosystems/clarinet/commit/b164be43c05e0c8a856ca8340318756d92e1e2c1))
* build, unused files ([a3acaa9](https://github.com/hirosystems/clarinet/commit/a3acaa98bcce094306ce5ddc4004504ee33b741c))
* cargo audit ([44b60d5](https://github.com/hirosystems/clarinet/commit/44b60d5fdebc2eade932e41acd0f8756eb733752))
* cargo fmt, stacks-devnet ([869916e](https://github.com/hirosystems/clarinet/commit/869916edc50617c5e4245c9af259c5f5f36e06fc))
* cascade changes in Oreo.dockerfile ([9626aed](https://github.com/hirosystems/clarinet/commit/9626aedde7ed3033fefd3ceadd562165f8e44b3c))
* cascade errors ([8cd5d9a](https://github.com/hirosystems/clarinet/commit/8cd5d9a9a1da27dc63befc87e5e31f2fe8a6e879))
* cascade errors from generators ([ef6a64e](https://github.com/hirosystems/clarinet/commit/ef6a64e5bbdd43129478ca6480fb9856f8043806))
* cbtc chainhooks ([27867c6](https://github.com/hirosystems/clarinet/commit/27867c608eb7e82864bc810b887d4ecd02804f56))
* command line deployment generate ([de61f49](https://github.com/hirosystems/clarinet/commit/de61f4956a9678888edcfd1ed2451308ebe7ce9d))
* dead code ([6119ec4](https://github.com/hirosystems/clarinet/commit/6119ec41aba1b9a78db161311e5cb6dd60e762c9))
* display transaction in mempool view ([006a86e](https://github.com/hirosystems/clarinet/commit/006a86ef92a6e69ce8bfc1044750081700275544))
* fix typo "runnner" -> "runner" ([54f5ccc](https://github.com/hirosystems/clarinet/commit/54f5cccef7486f8f32bdc5ff62508db90b736cdc))
* handle warnings ([852014b](https://github.com/hirosystems/clarinet/commit/852014be7bcff19305b78d7191f95a34bd425b17))
* hyperchain tweaks ([369c9da](https://github.com/hirosystems/clarinet/commit/369c9da45723a13e4bb00df3601a9a7d65aa5c13))
* improve error messages about dependencies ([48ea5a0](https://github.com/hirosystems/clarinet/commit/48ea5a0b87a00fd082d4a91bb072b72bb7d785cd)), closes [hirosystems/clarity-repl#188](https://github.com/hirosystems/clarity-repl/issues/188) [#396](https://github.com/hirosystems/clarinet/issues/396)
* lsp and requirements ([334d81f](https://github.com/hirosystems/clarinet/commit/334d81f73d789fe97beeab73ca63e8aa5b9f560a))
* path ([50b7e0d](https://github.com/hirosystems/clarinet/commit/50b7e0ddbcd01d46e7e5a6e52e22b0949e93f222))
* remove ProjectManifest::default() ([cdde911](https://github.com/hirosystems/clarinet/commit/cdde911809224ec53590123434adafbb387bd4c7))
* serialize using relative path ([5ce5970](https://github.com/hirosystems/clarinet/commit/5ce5970cd3fb8dda6493dfc540b1d7edd4d8248a))
* stacks-devnet-js ([983b7be](https://github.com/hirosystems/clarinet/commit/983b7be3139d6b7097a43d0cc6798f4ef2ac271d))
* ts lib ([83337a0](https://github.com/hirosystems/clarinet/commit/83337a02e0fbe17d7b2bb0db2d621f1113d7c51f))
* typo ([e8f1303](https://github.com/hirosystems/clarinet/commit/e8f13032e660cfa1c17dbaa06d0d3d4423555f81))
* typo ([3f5d79a](https://github.com/hirosystems/clarinet/commit/3f5d79ac1e57d88a50f263a7fc95600cf52ba11a))
* typo ([4b4794d](https://github.com/hirosystems/clarinet/commit/4b4794dede064e7dde24ec3e76aae1768af00599))
* typo ([7b11ecd](https://github.com/hirosystems/clarinet/commit/7b11ecdc702333f8e9bc3bc85613d325d451ad93))
* use 0.0.0.0 instead of localhost ([fd92b0b](https://github.com/hirosystems/clarinet/commit/fd92b0b8de0c5f1d10169d2c2216aa348652cca7))
* windows networking issues ([9c080f6](https://github.com/hirosystems/clarinet/commit/9c080f6a96be253458c392eecb0dc0c866edc08e))
* windows ui ([77fc359](https://github.com/hirosystems/clarinet/commit/77fc359503cfa0ab12858aa6a3e5fdbf0c3d429a))


### Features

* ability to add contract-call in deployment plans ([2e27031](https://github.com/hirosystems/clarinet/commit/2e2703105933d3be31a7df329452ced1de2f5e54))
* ability to have bitcoin transactions in deployment plans ([5e343d3](https://github.com/hirosystems/clarinet/commit/5e343d37d597d80d513fc409bb75f5a1d86031f9))
* ability to remap_principals in requirement-publish ops ([ac651f6](https://github.com/hirosystems/clarinet/commit/ac651f6c5b78c55f965ff729ded3c0751a7d1213))
* add chainhooks helpers in cli ([eb7c70e](https://github.com/hirosystems/clarinet/commit/eb7c70ed4b4ddf6414a0dc3ec2ab54308961eefe))
* add openapi spec ([dd9ccaf](https://github.com/hirosystems/clarinet/commit/dd9ccafaa79a8d9ebe6c41f710cb2fd169ec47b7))
* add wasm feature flag to clarinet-deployments ([4c78144](https://github.com/hirosystems/clarinet/commit/4c78144237936c087becd71b8c1614c9d5147a5e))
* add wasm feature flag to clarinet-files ([990dcf1](https://github.com/hirosystems/clarinet/commit/990dcf1c6c5e7da4f907071d85e1b543afddd8fe))
* allow empty console ([7453df5](https://github.com/hirosystems/clarinet/commit/7453df510a6f69a9074fd6381812ff30fbb2799b))
* automatically suggest principal remap ([ef548c9](https://github.com/hirosystems/clarinet/commit/ef548c976c7f5edeba7d2631cc2634c9f4d2f995))
* contract remap for devnet / testnet ([f0ac5b4](https://github.com/hirosystems/clarinet/commit/f0ac5b43bbc93a8322827d9d8e2c7bb29f7cc408))
* faucet + orchestrator adjustments ([681f51c](https://github.com/hirosystems/clarinet/commit/681f51c7f70eff553016cc8bdfe877e6bd051222))
* fix feature flags ([ea8aeea](https://github.com/hirosystems/clarinet/commit/ea8aeea356b93c8dd25b31396fbb07367b087d7e))
* introduce cbtc example ([e195f71](https://github.com/hirosystems/clarinet/commit/e195f71d8b25545f442b2030a8c803e732e41a05))
* show error diagnostics when testing ([f0580fb](https://github.com/hirosystems/clarinet/commit/f0580fb327b0505b03d9af34d9d33ece88b2a36f))
* use oreo as as a dockerized standalone component ([428e7b8](https://github.com/hirosystems/clarinet/commit/428e7b8473437317418458acfe14ad2b6af6ecfd))
* use oreo as library in clarinet ([82057d4](https://github.com/hirosystems/clarinet/commit/82057d431e00032c7d397d524223f935e786cea3))

## [0.31.1](https://github.com/hirosystems/clarinet/compare/v0.31.0...v0.31.1) (2022-05-27)


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.31.1"
version = "0.32.0"
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 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.31.1"
version = "0.32.0"
license = "ISC"
edition = "2018"
exclude = ["index.node"]
Expand Down
2 changes: 1 addition & 1 deletion 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.31.1",
"version": "0.32.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 30fa422

Please sign in to comment.