Skip to content

Commit

Permalink
chore: bump versions to 2.1.0 (#1288)
Browse files Browse the repository at this point in the history
* chore: bump versions to 2.1.0

* docs: typo
  • Loading branch information
hugocaillard authored Dec 13, 2023
1 parent c90582b commit 3dc8e7c
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 49 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
#### #### [2.1.0](https://github.com/hirosystems/clarinet/compare/v2.0.0...v2.1.0) (2023-12-13)

##### Documentation Changes

* Change `contract publish` -> `deployments apply` (#1287) (f9a55262)
* Improve clarinet-sdk contributing section (#1281) (3c85bd85)

##### New Features

* Add `clarinet contract rm <name>` (#1261) (98f9d4d8)
* Upgrade clarinet-sdk templates (#1280) (#1287) (#1289) (9e9f7706)
* Alias `clarinet integrate` to `clarinet devnet start` (#1244) (28ae908c)

##### Bug Fixes

* Polish deployment ux (#1286) (47e6aac1)
* Properly handle clap try_parse errors (1f306758)
* Remove extra { in package.json template (#1256) (7f20e504)
* **SDK:** tuple diff (#1284) (8ece84ba)
* **SDK:** add getBlockTime() to simnet (#1273) (28a9e927)

##### Refactors

* Implement test fixtures, fix clippy issues, add some tests (#1246) (8dc67803)

##### Chores

* Upgrade clap (#1263) (ee608aaf)

##### Continuous Integration

* Implement nextest and improve caching (#1258) (d77d27e2)
* Add coverage (#1241) (6a72d54f)

#### [2.0.0](https://github.com/hirosystems/clarinet/compare/v1.8.0...v2.0.0) (2023-10-26)

##### New Features
Expand Down
78 changes: 39 additions & 39 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.0.0"
version = "2.1.0"
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 = "1.0.3"
version = "2.1.0"
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.0.1"
version = "2.1.0"
edition = "2021"

[dependencies]
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.0.0"
version = "2.1.0"
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.0.0"
version = "2.1.0"
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.0.0",
"version": "2.1.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/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.0.0"
version = "2.1.0"
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.0.0"
version = "2.1.0"
description = "HTTP Client for the Stacks blockchain"
license = "GPL-3.0"
edition = "2021"
Expand Down

0 comments on commit 3dc8e7c

Please sign in to comment.