-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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))
- Loading branch information
1 parent
c7174f6
commit c9794c3
Showing
7 changed files
with
51 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "clarinet" | ||
version = "0.100.0" | ||
version = "0.31.0" | ||
authors = ["Ludo Galabru <[email protected]>", "Brice Dobry <[email protected]>"] | ||
edition = "2021" | ||
description = "Clarinet is a simple, modern and opinionated runtime for testing, integrating and deploying Clarity smart contracts." | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters