Skip to content

Commit c9794c3

Browse files
chore(release): 0.31.0
# [0.31.0](v0.30.0...v0.31.0) (2022-05-24) ### Bug Fixes * address feedbacks ([c03549d](c03549d)) * bug + associated name ambiguity ([4aaa881](4aaa881)) * clarinet test --watch ([b985f32](b985f32)) * cost reports ([c26b063](c26b063)) * deno interface import ([2978301](2978301)) * devnet deployments ([49e1701](49e1701)) * lsp integration tests, streamline deployment plan serde attributes ([8dff7e0](8dff7e0)) * node-binding build ([14a651d](14a651d)) * test relying on hashmap ([f84f67e](f84f67e)) * test return code ([50c39b8](50c39b8)) * tests ([c3fd59b](c3fd59b)) * unable to resolve dependencies in presence of boot contracts ([5df8330](5df8330)) * unordered contracts ([bf8f86f](bf8f86f)) * update doc ([5804c4b](5804c4b)) * using v0.100.0 instead of v1.0.0-beta1 ([1025e32](1025e32)) * warnings ([cb97106](cb97106)) * windows builds ([d020d57](d020d57)) ### Features * add telemetry for DAP debugger ([c7a29f5](c7a29f5)) * cascade changes in clarinet integrate ([0fec1ed](0fec1ed)) * cascade changes in clarinet test ([b719741](b719741)) * cascade changes in cli interface ([4ca4024](4ca4024)) * cascade changes in lsp ([56b0322](56b0322)) * **dap:** implement DAP debugger ([60b7145](60b7145)) * **dap:** WIP implementation of DAP interface ([270c5a7](270c5a7)) * enable multithreading ([67b7d1c](67b7d1c)) * improve protocol deployment timing on devnet ([b61b726](b61b726)) * initial setup for DAP debugger ([8ab5837](8ab5837)) * introduce deployments ([fa83d83](fa83d83)) * introduce notion of simnet ([c0085ac](c0085ac)) * support new interface to dependency checker ([c3f8db4](c3f8db4)) * type updates ([10a5f16](10a5f16)) * update deno layer ([98de4e8](98de4e8)) * update to use repl with DAP support ([472de80](472de80))
1 parent c7174f6 commit c9794c3

File tree

7 files changed

+51
-8
lines changed

7 files changed

+51
-8
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
# [0.31.0](https://github.com/hirosystems/clarinet/compare/v0.30.0...v0.31.0) (2022-05-24)
2+
3+
4+
### Bug Fixes
5+
6+
* address feedbacks ([c03549d](https://github.com/hirosystems/clarinet/commit/c03549d1fa3804faa9fbd19f01e0933d0051ae0f))
7+
* bug + associated name ambiguity ([4aaa881](https://github.com/hirosystems/clarinet/commit/4aaa881733af70a3c8856a36be9d504cd756dcba))
8+
* clarinet test --watch ([b985f32](https://github.com/hirosystems/clarinet/commit/b985f3255dddcc2714c605692655f499d0a5794e))
9+
* cost reports ([c26b063](https://github.com/hirosystems/clarinet/commit/c26b0635b30b0256a3cadeb73c647db61648b087))
10+
* deno interface import ([2978301](https://github.com/hirosystems/clarinet/commit/29783019328984f32377aaff4e07ee3f498da96d))
11+
* devnet deployments ([49e1701](https://github.com/hirosystems/clarinet/commit/49e1701e172f9bb916d073ddce236e18178781c0))
12+
* lsp integration tests, streamline deployment plan serde attributes ([8dff7e0](https://github.com/hirosystems/clarinet/commit/8dff7e0ad7b2e671b259db729cb8fe2bab855651))
13+
* node-binding build ([14a651d](https://github.com/hirosystems/clarinet/commit/14a651dd7c0eab677488c37f1d79261364bef3b1))
14+
* test relying on hashmap ([f84f67e](https://github.com/hirosystems/clarinet/commit/f84f67e7a03bb5ca076da66906c5252b8af8f7c8))
15+
* test return code ([50c39b8](https://github.com/hirosystems/clarinet/commit/50c39b87f74a3a66aa2fa78c98701a318fac9826))
16+
* tests ([c3fd59b](https://github.com/hirosystems/clarinet/commit/c3fd59b9db246b1acb6933f6c59becb6523d89ef))
17+
* unable to resolve dependencies in presence of boot contracts ([5df8330](https://github.com/hirosystems/clarinet/commit/5df8330a79fd390903dfedd6a49380885bfa0edc))
18+
* unordered contracts ([bf8f86f](https://github.com/hirosystems/clarinet/commit/bf8f86f2dee334e15890739dd4212a715869812b))
19+
* update doc ([5804c4b](https://github.com/hirosystems/clarinet/commit/5804c4bd3c7d7f34200cb0424ea5edbc16a58ca2))
20+
* using v0.100.0 instead of v1.0.0-beta1 ([1025e32](https://github.com/hirosystems/clarinet/commit/1025e3222150740e357c6f9e908c7bb9653056cf))
21+
* warnings ([cb97106](https://github.com/hirosystems/clarinet/commit/cb9710630cdd0689f11fcaf31e849f1a6bf12f88))
22+
* windows builds ([d020d57](https://github.com/hirosystems/clarinet/commit/d020d57e427c493ef01051acb188cfb8eec1b754))
23+
24+
25+
### Features
26+
27+
* add telemetry for DAP debugger ([c7a29f5](https://github.com/hirosystems/clarinet/commit/c7a29f5dc3962f53ecf1ea9e459f86fbcab3a692))
28+
* cascade changes in clarinet integrate ([0fec1ed](https://github.com/hirosystems/clarinet/commit/0fec1ed7f836b75f4803bcb814482d218a8bf842))
29+
* cascade changes in clarinet test ([b719741](https://github.com/hirosystems/clarinet/commit/b71974156470e5028cc49749bec07c397f68e4ae))
30+
* cascade changes in cli interface ([4ca4024](https://github.com/hirosystems/clarinet/commit/4ca4024a183f1f92cb6313d16f1d787abdaa914a))
31+
* cascade changes in lsp ([56b0322](https://github.com/hirosystems/clarinet/commit/56b03225560481e8a98fb383ea78104ec088db18))
32+
* **dap:** implement DAP debugger ([60b7145](https://github.com/hirosystems/clarinet/commit/60b7145982294c87f45bce1732f30a755d88d9eb))
33+
* **dap:** WIP implementation of DAP interface ([270c5a7](https://github.com/hirosystems/clarinet/commit/270c5a7cf4632122c30ebe336f776f6379465e65))
34+
* enable multithreading ([67b7d1c](https://github.com/hirosystems/clarinet/commit/67b7d1cbcd75f99f75403354373c9e7e68e06c53))
35+
* improve protocol deployment timing on devnet ([b61b726](https://github.com/hirosystems/clarinet/commit/b61b7265013cf130412247a52c8fbf9a600f04f5))
36+
* initial setup for DAP debugger ([8ab5837](https://github.com/hirosystems/clarinet/commit/8ab58371412dc226c5e40c1e7dc2105f0dc58156))
37+
* introduce deployments ([fa83d83](https://github.com/hirosystems/clarinet/commit/fa83d839bb8f583f6ba170b6f115ded03f735243))
38+
* introduce notion of simnet ([c0085ac](https://github.com/hirosystems/clarinet/commit/c0085ac894093360d89e034d24f80ed969a0b122))
39+
* support new interface to dependency checker ([c3f8db4](https://github.com/hirosystems/clarinet/commit/c3f8db4432cb5a6a9e1c6d6ff816e98d892f1abc))
40+
* type updates ([10a5f16](https://github.com/hirosystems/clarinet/commit/10a5f16fd803494542c6ca4b2b84eb3a9cb4f8e7))
41+
* update deno layer ([98de4e8](https://github.com/hirosystems/clarinet/commit/98de4e81b22c56f45a800ed991cd68c43346fd7d))
42+
* update to use repl with DAP support ([472de80](https://github.com/hirosystems/clarinet/commit/472de80d5034cf5f5500652daa372fc22c14cfe3))
43+
144
# [0.30.0](https://github.com/hirosystems/clarinet/compare/v0.29.1...v0.30.0) (2022-05-13)
245

346

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clarinet"
3-
version = "0.100.0"
3+
version = "0.31.0"
44
authors = ["Ludo Galabru <ludo@hiro.so>", "Brice Dobry <brice@hiro.so>"]
55
edition = "2021"
66
description = "Clarinet is a simple, modern and opinionated runtime for testing, integrating and deploying Clarity smart contracts."

node-bindings/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stacks-devnet-js"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
license = "ISC"
55
edition = "2018"
66
exclude = ["index.node"]

node-bindings/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-bindings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hirosystems/stacks-devnet-js",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"description": "stacks-devnet-js is a library for writing end to end tests for protocols interacting with the Stacks blockchain and the Bitcoin blockchain.",
55
"author": "Ludo Galabru",
66
"repository": "https://github.com/hirosystems/clarinet/tree/main/node-bindings",

0 commit comments

Comments
 (0)