-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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
1 parent
73b850f
commit 30fa422
Showing
7 changed files
with
71 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters