Skip to content

Commit

Permalink
chore(release): 0.15.0
Browse files Browse the repository at this point in the history
# [0.15.0](v0.14.2...v0.15.0) (2021-08-11)

### Bug Fixes

* better process termination ([1feec61](1feec61))
* cross-platform filesystem issues ([05d6d77](05d6d77))
* cross-platform networking ([35511e7](35511e7))
* cross-platform UI issues ([1b7f9e8](1b7f9e8))
* docker prune at startup in case of dirty state ([95a7fd1](95a7fd1))
* don't crash if /v2/info is unresponsive ([639fc58](639fc58))
* failing CI steps ([aaeb443](aaeb443))
* handle projects with > 25 contracts ([eb4d3ef](eb4d3ef))
* pox initialization ([6f8f16a](6f8f16a))
* tty -> none ([878f6a9](878f6a9))
* use nightly ([55cbc77](55cbc77))
* use nightly in Dockerfile ([12262ea](12262ea))
* use nightly toolchain ([13ee9bb](13ee9bb))
* warnings ([30e7438](30e7438))
* warnings ([0c9f7a2](0c9f7a2))

### Features

* ability to disable dashboard ([32ccaff](32ccaff))
* ability to disable explorers ([483a853](483a853))
* ability to reset devnet ([1c0e1f2](1c0e1f2))
* add alias for poke -> console ([84aea86](84aea86))
* add bitcoin explorer ([446a4d4](446a4d4))
* better support for Devnet / Testnet / Mainnet ([9f47c73](9f47c73))
* devnet overall stable ([38bcc49](38bcc49))
* display decoded transactions ([0fcb597](0fcb597))
* draft auto stack-stx ([c93623b](c93623b))
* handle microblocks ([c68ac68](c68ac68))
* improve termination sequence ([fbfd2c6](fbfd2c6))
* integrating pox ([17c521c](17c521c))
* interface prototyped ([d42c05d](d42c05d))
* log container ids ([ed124a9](ed124a9))
* update mempool ([adcb1be](adcb1be))
* update services statuses ([f1865e4](f1865e4))
* write logs to disk ([fa82cd9](fa82cd9))
  • Loading branch information
semantic-release-bot committed Aug 11, 2021
1 parent 9fa8ba8 commit beeb50e
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
# [0.15.0](https://github.com/hirosystems/clarinet/compare/v0.14.2...v0.15.0) (2021-08-11)


### Bug Fixes

* better process termination ([1feec61](https://github.com/hirosystems/clarinet/commit/1feec612bbdc91e689a1671f86f5774f8b8e504f))
* cross-platform filesystem issues ([05d6d77](https://github.com/hirosystems/clarinet/commit/05d6d77786660ed7f719cd7522c3432e562db348))
* cross-platform networking ([35511e7](https://github.com/hirosystems/clarinet/commit/35511e7ef8792ef42dd474208367fac349ccc255))
* cross-platform UI issues ([1b7f9e8](https://github.com/hirosystems/clarinet/commit/1b7f9e8a11aea44dca99c55f1f38eee32f5d200d))
* docker prune at startup in case of dirty state ([95a7fd1](https://github.com/hirosystems/clarinet/commit/95a7fd1aaa128fef4c94628dec610f1e83d870ea))
* don't crash if /v2/info is unresponsive ([639fc58](https://github.com/hirosystems/clarinet/commit/639fc58a0b31464b232ed29ba13fb3c7f048aea9))
* failing CI steps ([aaeb443](https://github.com/hirosystems/clarinet/commit/aaeb4430011c38a5daf0e6531a71ae42d9419600))
* handle projects with > 25 contracts ([eb4d3ef](https://github.com/hirosystems/clarinet/commit/eb4d3efb4f3deb7449a1817d0bc392106775bcb9))
* pox initialization ([6f8f16a](https://github.com/hirosystems/clarinet/commit/6f8f16a06f1066844aace7e9c970f39f1a452f35))
* tty -> none ([878f6a9](https://github.com/hirosystems/clarinet/commit/878f6a977cc0d8525c58015e7518efc048c6d8dc))
* use nightly ([55cbc77](https://github.com/hirosystems/clarinet/commit/55cbc771ae1f0c881c9fb692340eeb5c3df88e29))
* use nightly in Dockerfile ([12262ea](https://github.com/hirosystems/clarinet/commit/12262eae82893641489117817d7f82d2193b7d97))
* use nightly toolchain ([13ee9bb](https://github.com/hirosystems/clarinet/commit/13ee9bb35acaec12d21a641d33f0ef1c70f3b8e4))
* warnings ([30e7438](https://github.com/hirosystems/clarinet/commit/30e743841af179f7988af67604da39b0319b11a7))
* warnings ([0c9f7a2](https://github.com/hirosystems/clarinet/commit/0c9f7a2af8768688f41b51c0cf2cfa301a1c7099))


### Features

* ability to disable dashboard ([32ccaff](https://github.com/hirosystems/clarinet/commit/32ccaff18d3e1832bd352feb58c12facb5c279ff))
* ability to disable explorers ([483a853](https://github.com/hirosystems/clarinet/commit/483a853ada99976a0bc6a7f1a0be11eb1588d634))
* ability to reset devnet ([1c0e1f2](https://github.com/hirosystems/clarinet/commit/1c0e1f2ab65e1c9db0baf63e79585d4d706aa005))
* add alias for poke -> console ([84aea86](https://github.com/hirosystems/clarinet/commit/84aea86cae825e57950cf69b87b145732c7efb7a))
* add bitcoin explorer ([446a4d4](https://github.com/hirosystems/clarinet/commit/446a4d4976803a042ed7855a2d979d1100b13550))
* better support for Devnet / Testnet / Mainnet ([9f47c73](https://github.com/hirosystems/clarinet/commit/9f47c73da62d99a955e27a575aa3b13b39a43cc4))
* devnet overall stable ([38bcc49](https://github.com/hirosystems/clarinet/commit/38bcc49f2ab8764b2fc32021f6a043c91eb2955a))
* display decoded transactions ([0fcb597](https://github.com/hirosystems/clarinet/commit/0fcb597ae9c539238c4c0e8bae3c4573702324fa))
* draft auto stack-stx ([c93623b](https://github.com/hirosystems/clarinet/commit/c93623b7a9492a9e35c51dc93da3d43be118b734))
* handle microblocks ([c68ac68](https://github.com/hirosystems/clarinet/commit/c68ac68493076e6c7405ab42fb8500523469a32a))
* improve termination sequence ([fbfd2c6](https://github.com/hirosystems/clarinet/commit/fbfd2c64df5c1310ae679b34c81d2d88e84e8f7e))
* integrating pox ([17c521c](https://github.com/hirosystems/clarinet/commit/17c521c26499c80ff81745237b602312f774474d))
* interface prototyped ([d42c05d](https://github.com/hirosystems/clarinet/commit/d42c05de025456989f36062c57f6ceb694a7e6a2))
* log container ids ([ed124a9](https://github.com/hirosystems/clarinet/commit/ed124a9f775b45f7dfa28f1e6648cddab701e0b4))
* update mempool ([adcb1be](https://github.com/hirosystems/clarinet/commit/adcb1bef9d55aa4196d1130c85f77bd8cb7f69fb))
* update services statuses ([f1865e4](https://github.com/hirosystems/clarinet/commit/f1865e47b4fc32c9898069eff40dc537eabbc40e))
* write logs to disk ([fa82cd9](https://github.com/hirosystems/clarinet/commit/fa82cd9aca9c623635dac003b06d91fb40fab784))

## [0.14.2](https://github.com/hirosystems/clarinet/compare/v0.14.1...v0.14.2) (2021-07-20)


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.14.2"
version = "0.15.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 beeb50e

Please sign in to comment.