Skip to content

Commit

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

### Bug Fixes

* attempt to address compatibility with Linux ([fdae2b2](fdae2b2))
* attempt to fix linux compatibility ([832dd16](832dd16))
* hard code host ip address ([e81e711](e81e711))
* postgres port handling ([c716669](c716669))
* use nightly for tests ([f76098d](f76098d))
* use stable in github actions ([31fa5e1](31fa5e1))
  • Loading branch information
semantic-release-bot committed Aug 18, 2021
1 parent 9ca7f20 commit 0fb5b83
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.15.1](https://github.com/hirosystems/clarinet/compare/v0.15.0...v0.15.1) (2021-08-18)


### Bug Fixes

* attempt to address compatibility with Linux ([fdae2b2](https://github.com/hirosystems/clarinet/commit/fdae2b2930363fd6765b03ccfef7051270059ca0))
* attempt to fix linux compatibility ([832dd16](https://github.com/hirosystems/clarinet/commit/832dd16dc2ac4b8e51f06df3e11078dfaaa991de))
* hard code host ip address ([e81e711](https://github.com/hirosystems/clarinet/commit/e81e7113dd7fdad2bb439700c19a4e11ad1bd1b1))
* postgres port handling ([c716669](https://github.com/hirosystems/clarinet/commit/c716669a739b99b8fdc78ac951718021885e8891))
* use nightly for tests ([f76098d](https://github.com/hirosystems/clarinet/commit/f76098dbddda254b67953b4e9af5218dee06ea7b))
* use stable in github actions ([31fa5e1](https://github.com/hirosystems/clarinet/commit/31fa5e1348414e03def9b5030c59cd1874374383))

# [0.15.0](https://github.com/hirosystems/clarinet/compare/v0.14.2...v0.15.0) (2021-08-11)


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.15.0"
version = "0.15.1"
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 0fb5b83

Please sign in to comment.