diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d66fcd8..39abb7aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -#### [2.2.0](https://github.com/hirosystems/clarinet/compare/v2.1.0...v2.2.0) (2024-01-30) +# [2.2.1](https://github.com/hirosystems/clarinet/compare/v2.2.0...v2.2.1) (2024-02-08) + +##### Bug Fixes + +* Devnet pox and stacking (#1350) (bc74e5a6) +* Wasm build (#1343) (8789d10d) + +##### Other Changes + +* Clippy warnings (#1351) (2497b4c9) + +# [2.2.0](https://github.com/hirosystems/clarinet/compare/v2.1.0...v2.2.0) (2024-01-30) This new version allows to preview the Nakamoto release and to run clarity-wasm locally. @@ -17,7 +28,7 @@ This new version allows to preview the Nakamoto release and to run clarity-wasm * Fix docs url in messaging (#1335) (763f6f99) * Update GitHub action format for Clarinet 2.x (#1332) (b3feafbf) -#### [2.1.0](https://github.com/hirosystems/clarinet/compare/v2.0.0...v2.1.0) (2023-12-13) +# [2.1.0](https://github.com/hirosystems/clarinet/compare/v2.0.0...v2.1.0) (2023-12-13) ##### New Features @@ -52,7 +63,7 @@ This new version allows to preview the Nakamoto release and to run clarity-wasm * Change `contract publish` -> `deployments apply` (#1287) (f9a55262) * Improve clarinet-sdk contributing section (#1281) (3c85bd85) -#### [2.0.0](https://github.com/hirosystems/clarinet/compare/v1.8.0...v2.0.0) (2023-10-26) +# [2.0.0](https://github.com/hirosystems/clarinet/compare/v1.8.0...v2.0.0) (2023-10-26) ##### New Features @@ -87,7 +98,7 @@ This new version allows to preview the Nakamoto release and to run clarity-wasm * Udpate hints (#1227) (763b4b64) * Deprecation warnings for clarinet test and clarinet run (#1157) (edf98aa3) -#### [1.8.0](https://github.com/hirosystems/clarinet/compare/v1.7.1...v1.8.0) (2023-09-12) +# [1.8.0](https://github.com/hirosystems/clarinet/compare/v1.7.1...v1.8.0) (2023-09-12) ##### Continuous Integration @@ -105,7 +116,7 @@ This new version allows to preview the Nakamoto release and to run clarity-wasm * Clarinet-deployments wasm build (#1144) (1ab57028) * Command splits once and picks everything after as the expression to get costs from (#1112) (6b35ed75) -#### [1.7.1](https://github.com/hirosystems/clarinet/compare/v1.7.0...v1.7.1) (2023-07-19) +# [1.7.1](https://github.com/hirosystems/clarinet/compare/v1.7.0...v1.7.1) (2023-07-19) ##### Chores diff --git a/Cargo.lock b/Cargo.lock index 9bb1e3817..a7096ee96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -692,7 +692,7 @@ dependencies = [ "serde-hex", "serde_derive", "serde_json", - "stacks-rpc-client 2.2.0 (git+https://github.com/hirosystems/clarinet.git?rev=d577252c)", + "stacks-rpc-client 2.2.0", "threadpool", "tokio", ] @@ -799,7 +799,7 @@ dependencies = [ [[package]] name = "clarinet-cli" -version = "2.2.0" +version = "2.2.1" dependencies = [ "ansi_term", "atty", @@ -812,7 +812,7 @@ dependencies = [ "clarinet-files", "clarinet-utils", "clarity-lsp", - "clarity-repl 2.2.0", + "clarity-repl 2.2.1", "crossbeam-channel", "crossterm", "ctrlc", @@ -859,7 +859,7 @@ dependencies = [ [[package]] name = "clarinet-deployments" -version = "2.2.0" +version = "2.2.1" dependencies = [ "base58 0.2.0", "base64 0.21.7", @@ -868,7 +868,7 @@ dependencies = [ "bitcoincore-rpc-json 0.16.0", "clarinet-files", "clarinet-utils", - "clarity-repl 2.2.0", + "clarity-repl 2.2.1", "colored 2.0.4", "libsecp256k1 0.7.1", "reqwest", @@ -876,19 +876,19 @@ dependencies = [ "serde_derive", "serde_json", "serde_yaml", - "stacks-rpc-client 2.2.0", + "stacks-rpc-client 2.2.1", "tiny-hderive", ] [[package]] name = "clarinet-files" -version = "2.2.0" +version = "2.2.1" dependencies = [ "bip39", "bitcoin 0.29.2", "chainhook-types", "clarinet-utils", - "clarity-repl 2.2.0", + "clarity-repl 2.2.1", "js-sys", "libsecp256k1 0.7.1", "serde", @@ -904,11 +904,11 @@ dependencies = [ [[package]] name = "clarinet-sdk-wasm" -version = "2.2.0" +version = "2.2.1" dependencies = [ "clarinet-deployments", "clarinet-files", - "clarity-repl 2.2.0", + "clarity-repl 2.2.1", "console_error_panic_hook", "gloo-utils", "js-sys", @@ -957,7 +957,7 @@ version = "1.0.0" dependencies = [ "clap", "clarinet-files", - "clarity-repl 2.2.0", + "clarity-repl 2.2.1", "serde", "serde_derive", "serde_json", @@ -969,7 +969,7 @@ name = "clarity-jupyter-kernel" version = "1.0.0" dependencies = [ "chrono", - "clarity-repl 2.2.0", + "clarity-repl 2.2.1", "colored 1.9.3", "dirs", "failure", @@ -991,7 +991,7 @@ version = "1.0.0" dependencies = [ "clarinet-deployments", "clarinet-files", - "clarity-repl 2.2.0", + "clarity-repl 2.2.1", "console_error_panic_hook", "js-sys", "lazy_static", @@ -1008,57 +1008,57 @@ dependencies = [ [[package]] name = "clarity-repl" version = "2.2.0" +source = "git+https://github.com/hirosystems/clarinet.git?rev=d577252c#d577252ce1047f44771aea59404ffc9d992a024f" dependencies = [ "ansi_term", "atty", - "bytes", "chrono", - "clar2wasm", "clarity", - "debug_types", - "futures", "getrandom 0.2.8", - "hiro-system-kit 0.1.0", - "httparse", + "hiro-system-kit 0.1.0 (git+https://github.com/hirosystems/clarinet.git?rev=d577252c)", "integer-sqrt", "lazy_static", - "log", - "memchr", - "pico-args", - "prettytable-rs", "regex", "reqwest", - "rustyline", "serde", "serde_derive", "serde_json", "sha2 0.10.6", - "tokio", - "tokio-util", - "wasm-bindgen", - "wasm-bindgen-futures", "wsts 7.0.0", ] [[package]] name = "clarity-repl" -version = "2.2.0" -source = "git+https://github.com/hirosystems/clarinet.git?rev=d577252c#d577252ce1047f44771aea59404ffc9d992a024f" +version = "2.2.1" dependencies = [ "ansi_term", "atty", + "bytes", "chrono", + "clar2wasm", "clarity", + "debug_types", + "futures", "getrandom 0.2.8", - "hiro-system-kit 0.1.0 (git+https://github.com/hirosystems/clarinet.git?rev=d577252c)", + "hiro-system-kit 0.1.0", + "httparse", "integer-sqrt", "lazy_static", + "log", + "memchr", + "pico-args", + "prettytable-rs", "regex", "reqwest", + "rustyline", "serde", "serde_derive", "serde_json", "sha2 0.10.6", + "tokio", + "tokio-util", + "wasm-bindgen", + "wasm-bindgen-futures", "wsts 7.0.0", ] @@ -4697,7 +4697,7 @@ dependencies = [ [[package]] name = "stacks-devnet-js" -version = "2.2.0" +version = "2.2.1" dependencies = [ "clarinet-deployments", "clarinet-files", @@ -4713,7 +4713,7 @@ dependencies = [ [[package]] name = "stacks-network" -version = "2.2.0" +version = "2.2.1" dependencies = [ "ansi_term", "atty", @@ -4728,7 +4728,7 @@ dependencies = [ "clarinet-deployments", "clarinet-files", "clarinet-utils", - "clarity-repl 2.2.0", + "clarity-repl 2.2.1", "crossbeam-channel", "crossterm", "ctrlc", @@ -4741,7 +4741,7 @@ dependencies = [ "serde_derive", "serde_json", "serde_yaml", - "stacks-rpc-client 2.2.0", + "stacks-rpc-client 2.2.1", "tokio", "tracing", "tracing-appender", @@ -4751,6 +4751,7 @@ dependencies = [ [[package]] name = "stacks-rpc-client" version = "2.2.0" +source = "git+https://github.com/hirosystems/clarinet.git?rev=d577252c#d577252ce1047f44771aea59404ffc9d992a024f" dependencies = [ "clarity-repl 2.2.0", "hmac 0.12.1", @@ -4766,10 +4767,9 @@ dependencies = [ [[package]] name = "stacks-rpc-client" -version = "2.2.0" -source = "git+https://github.com/hirosystems/clarinet.git?rev=d577252c#d577252ce1047f44771aea59404ffc9d992a024f" +version = "2.2.1" dependencies = [ - "clarity-repl 2.2.0 (git+https://github.com/hirosystems/clarinet.git?rev=d577252c)", + "clarity-repl 2.2.1", "hmac 0.12.1", "libsecp256k1 0.7.1", "pbkdf2", diff --git a/components/clarinet-cli/Cargo.toml b/components/clarinet-cli/Cargo.toml index d4edec0b4..acd2e9941 100644 --- a/components/clarinet-cli/Cargo.toml +++ b/components/clarinet-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clarinet-cli" -version = "2.2.0" +version = "2.2.1" authors = ["Ludo Galabru ", "Brice Dobry "] edition = "2021" description = "Clarinet is a simple, modern and opinionated runtime for testing, integrating and deploying Clarity smart contracts." diff --git a/components/clarinet-deployments/Cargo.toml b/components/clarinet-deployments/Cargo.toml index 9627a15f0..08c7a8c54 100644 --- a/components/clarinet-deployments/Cargo.toml +++ b/components/clarinet-deployments/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clarinet-deployments" -version = "2.2.0" +version = "2.2.1" edition = "2021" [dependencies] diff --git a/components/clarinet-files/Cargo.toml b/components/clarinet-files/Cargo.toml index f3efd77cd..9e2f0f012 100644 --- a/components/clarinet-files/Cargo.toml +++ b/components/clarinet-files/Cargo.toml @@ -2,7 +2,7 @@ name = "clarinet-files" description = "Clarinet manifests files helpers" license = "GPL-3.0" -version = "2.2.0" +version = "2.2.1" edition = "2021" [dependencies] diff --git a/components/clarinet-sdk-wasm/Cargo.toml b/components/clarinet-sdk-wasm/Cargo.toml index e7bf02e43..b11d374d9 100644 --- a/components/clarinet-sdk-wasm/Cargo.toml +++ b/components/clarinet-sdk-wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "clarinet-sdk-wasm" -version = "2.2.0" +version = "2.2.1" license = "GPL-3.0" repository = "https://github.com/hirosystems/clarinet" description = "The core lib that powers @hirosystems/clarinet-sdk" diff --git a/components/clarity-repl/Cargo.toml b/components/clarity-repl/Cargo.toml index d97b16b51..549e589fd 100644 --- a/components/clarity-repl/Cargo.toml +++ b/components/clarity-repl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clarity-repl" -version = "2.2.0" +version = "2.2.1" description = "Clarity REPL" authors = [ "Ludo Galabru ", diff --git a/components/stacks-devnet-js/Cargo.toml b/components/stacks-devnet-js/Cargo.toml index dc22dddbf..dc4a9e6c5 100644 --- a/components/stacks-devnet-js/Cargo.toml +++ b/components/stacks-devnet-js/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-devnet-js" -version = "2.2.0" +version = "2.2.1" license = "ISC" edition = "2018" exclude = ["index.node"] diff --git a/components/stacks-devnet-js/package-lock.json b/components/stacks-devnet-js/package-lock.json index f90a8e5d6..530ade0ce 100644 --- a/components/stacks-devnet-js/package-lock.json +++ b/components/stacks-devnet-js/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/stacks-devnet-js", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hirosystems/stacks-devnet-js", - "version": "2.2.0", + "version": "2.2.1", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/components/stacks-devnet-js/package.json b/components/stacks-devnet-js/package.json index 27a76c757..ccb74eb22 100644 --- a/components/stacks-devnet-js/package.json +++ b/components/stacks-devnet-js/package.json @@ -1,6 +1,6 @@ { "name": "@hirosystems/stacks-devnet-js", - "version": "2.2.0", + "version": "2.2.1", "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/components/stacks-devnet-js", diff --git a/components/stacks-network/Cargo.toml b/components/stacks-network/Cargo.toml index 56fcfbc87..917d0c974 100644 --- a/components/stacks-network/Cargo.toml +++ b/components/stacks-network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-network" -version = "2.2.0" +version = "2.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/components/stacks-rpc-client/Cargo.toml b/components/stacks-rpc-client/Cargo.toml index ad896c839..bb773d782 100644 --- a/components/stacks-rpc-client/Cargo.toml +++ b/components/stacks-rpc-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-rpc-client" -version = "2.2.0" +version = "2.2.1" description = "HTTP Client for the Stacks blockchain" license = "GPL-3.0" edition = "2021"