Skip to content

Commit

Permalink
chore(release): 0.17.0
Browse files Browse the repository at this point in the history
# [0.17.0](v0.16.0...v0.17.0) (2021-10-05)

### Features

* ability to cache repl sessions ([5e086cb](5e086cb))
* acknowledge check ok ([f6a6143](f6a6143))
* add decrement function ([#109](#109)) ([56e5477](56e5477))
* cascade changes ([fb6d9a9](fb6d9a9))
* cost reporting via tests ([#116](#116)) ([a0117aa](a0117aa))
* create abi-generator extension ([e5b46c4](e5b46c4))
* revamp extension usage ([ec8cdfc](ec8cdfc))
  • Loading branch information
semantic-release-bot committed Oct 5, 2021
1 parent f9e53d7 commit 3d77c68
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.17.0](https://github.com/hirosystems/clarinet/compare/v0.16.0...v0.17.0) (2021-10-05)


### Features

* ability to cache repl sessions ([5e086cb](https://github.com/hirosystems/clarinet/commit/5e086cbf5bf173db034eea256bf617e3ab5efdee))
* acknowledge check ok ([f6a6143](https://github.com/hirosystems/clarinet/commit/f6a6143f7cb1ce2157ca8d0800588bee7797d428))
* add decrement function ([#109](https://github.com/hirosystems/clarinet/issues/109)) ([56e5477](https://github.com/hirosystems/clarinet/commit/56e54770e1a6965686554e6a872715ee8f0cca85))
* cascade changes ([fb6d9a9](https://github.com/hirosystems/clarinet/commit/fb6d9a9224417d4078c1dbbc46c7a874d623651b))
* cost reporting via tests ([#116](https://github.com/hirosystems/clarinet/issues/116)) ([a0117aa](https://github.com/hirosystems/clarinet/commit/a0117aad7ab17e4c36c0568fb10c0b631d39c263))
* create abi-generator extension ([e5b46c4](https://github.com/hirosystems/clarinet/commit/e5b46c4e6865adb1e6524e7865508ab7a35aa865))
* revamp extension usage ([ec8cdfc](https://github.com/hirosystems/clarinet/commit/ec8cdfc9fb86bbc5bbdb381fa10982dd2ba82581))

## [0.15.1](https://github.com/hirosystems/clarinet/compare/v0.15.0...v0.15.1) (2021-08-18)


Expand Down
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.16.0"
version = "0.17.0"
authors = ["Ludo Galabru <ludo@hiro.so>"]
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 3d77c68

Please sign in to comment.