Skip to content

Commit

Permalink
chore(release): 0.14.0
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Jun 25, 2021
1 parent 7a6229f commit 9d64980
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion 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.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."
Expand Down

0 comments on commit 9d64980

Please sign in to comment.