-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.14.0](v0.13.0...v0.14.0) (2021-06-25) ### Bug Fixes * implement tx.transferSTX ([4974e85](4974e85)) * turn manifest-path into optional argument ([bb44856](bb44856)) ### Features * add allow-wallets option to clarinet run ([2690879](2690879)) * better manifest-path handling ([6ecdfb0](6ecdfb0)) * polish logs (tests vs scripts) ([2810a92](2810a92))
- Loading branch information
1 parent
7a6229f
commit 9d64980
Showing
3 changed files
with
16 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# [0.14.0](https://github.com/hirosystems/clarinet/compare/v0.13.0...v0.14.0) (2021-06-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* implement tx.transferSTX ([4974e85](https://github.com/hirosystems/clarinet/commit/4974e8592e208f619e9aca029db42625dffa09bf)) | ||
* turn manifest-path into optional argument ([bb44856](https://github.com/hirosystems/clarinet/commit/bb44856fd01abd4c4edbdd3ba92520f993d13772)) | ||
|
||
|
||
### Features | ||
|
||
* add allow-wallets option to clarinet run ([2690879](https://github.com/hirosystems/clarinet/commit/269087994e0f4501485a1081fc55d8acfe3d4eea)) | ||
* better manifest-path handling ([6ecdfb0](https://github.com/hirosystems/clarinet/commit/6ecdfb063012a885f7ae62385d12a1089b2333a5)) | ||
* polish logs (tests vs scripts) ([2810a92](https://github.com/hirosystems/clarinet/commit/2810a92f22f3922b62242c38446d9f831a64177f)) |
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.13.0" | ||
version = "0.14.0" | ||
authors = ["Ludo Galabru <[email protected]>"] | ||
edition = "2018" | ||
description = "Clarinet is a clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, development, testing and deployment." | ||
|