Skip to content

Commit

Permalink
chore(release): 0.30.0
Browse files Browse the repository at this point in the history
# [0.30.0](v0.29.1...v0.30.0) (2022-05-13)

### Bug Fixes

* unordered contracts ([4cc54c7](4cc54c7))

### Features

* add telemetry for DAP debugger ([b1511e6](b1511e6))
* **dap:** implement DAP debugger ([6bcec16](6bcec16))
* **dap:** WIP implementation of DAP interface ([2600cb1](2600cb1))
* initial setup for DAP debugger ([cf352d2](cf352d2))
* support new interface to dependency checker ([223a158](223a158))
* update to use repl with DAP support ([f937bb2](f937bb2))
  • Loading branch information
semantic-release-bot committed May 13, 2022
1 parent 4cc54c7 commit 79f8a4f
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.30.0](https://github.com/hirosystems/clarinet/compare/v0.29.1...v0.30.0) (2022-05-13)


### Bug Fixes

* unordered contracts ([4cc54c7](https://github.com/hirosystems/clarinet/commit/4cc54c772299d4d034a87f13b5c20997b59359a4))


### Features

* add telemetry for DAP debugger ([b1511e6](https://github.com/hirosystems/clarinet/commit/b1511e6427abffa14b4dda22b222aa856e575a32))
* **dap:** implement DAP debugger ([6bcec16](https://github.com/hirosystems/clarinet/commit/6bcec165e6029be4074d1350f783a2a6bf7fb852))
* **dap:** WIP implementation of DAP interface ([2600cb1](https://github.com/hirosystems/clarinet/commit/2600cb1c2bf54164af6181312e51cf9288600828))
* initial setup for DAP debugger ([cf352d2](https://github.com/hirosystems/clarinet/commit/cf352d2a0a1c88ba615afb946ba2862ba19a2100))
* support new interface to dependency checker ([223a158](https://github.com/hirosystems/clarinet/commit/223a158885d21f473e305358483d0fc1c05ddd16))
* update to use repl with DAP support ([f937bb2](https://github.com/hirosystems/clarinet/commit/f937bb2b52560c55d4df74113d0a4e83cfd69d62))

## [0.29.1](https://github.com/hirosystems/clarinet/compare/v0.29.0...v0.29.1) (2022-05-03)


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.29.1"
version = "0.30.0"
authors = ["Ludo Galabru <[email protected]>"]
edition = "2021"
description = "Clarinet is a clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, development, testing and deployment."
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.29.1"
version = "0.30.0"
license = "ISC"
edition = "2018"
exclude = ["index.node"]
Expand Down
4 changes: 2 additions & 2 deletions 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.29.1",
"version": "0.30.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 79f8a4f

Please sign in to comment.