Skip to content

Commit

Permalink
chore: prepare release (#1352)
Browse files Browse the repository at this point in the history
* chore: prepare release

* chore: harmonize changelog
  • Loading branch information
hugocaillard authored Feb 8, 2024
1 parent 2497b4c commit 4bfe976
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 54 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down
76 changes: 38 additions & 38 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 components/clarinet-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clarinet-cli"
version = "2.2.0"
version = "2.2.1"
authors = ["Ludo Galabru <ludo@hiro.so>", "Brice Dobry <brice@hiro.so>"]
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 components/clarinet-deployments/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clarinet-deployments"
version = "2.2.0"
version = "2.2.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion components/clarinet-files/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion components/clarinet-sdk-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/clarity-repl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clarity-repl"
version = "2.2.0"
version = "2.2.1"
description = "Clarity REPL"
authors = [
"Ludo Galabru <ludo@hiro.so>",
Expand Down
2 changes: 1 addition & 1 deletion components/stacks-devnet-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stacks-devnet-js"
version = "2.2.0"
version = "2.2.1"
license = "ISC"
edition = "2018"
exclude = ["index.node"]
Expand Down
4 changes: 2 additions & 2 deletions components/stacks-devnet-js/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 components/stacks-devnet-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion components/stacks-network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/stacks-rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4bfe976

Please sign in to comment.