Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Release comit-scripts 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
da-kami committed Jul 16, 2020
1 parent 5aefecf commit 87194e6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
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.

9 changes: 7 additions & 2 deletions scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## Changed
## [0.9.0] - 2020-07-16

### Changed
- Update cnd to version 0.8.0
- Update bitcoind to version 0.20.0
- **Breaking Change** Print bitcoin wallet descriptors to `env` file instead of extended private keys.

## [0.8.3] - 2020-01-31

Expand All @@ -31,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Which means that COMIT App should import dev dependency `comit-scripts` instead of `create-comit-app`.
See `../create/CHANGELOG.md` for historical changes.

[Unreleased]: https://github.com/comit-network/create-comit-app/compare/comit-scripts-0.8.3...HEAD
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/comit-scripts-0.9.0...HEAD
[0.9.0]: https://github.com/comit-network/create-comit-app/compare/0.8.2...comit-scripts-0.9.0
[0.8.3]: https://github.com/comit-network/create-comit-app/compare/0.8.2...comit-scripts-0.8.3
[0.8.2]: https://github.com/comit-network/create-comit-app/compare/0.8.1...comit-scripts-0.8.2
[0.8.1]: https://github.com/comit-network/create-comit-app/compare/0.8.0...comit-scripts-0.8.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "comit-scripts"
version = "0.8.3"
version = "0.9.0"
authors = ["CoBloX developers <team@coblox.tech>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion scripts/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "comit-scripts",
"version": "0.8.3",
"version": "0.9.0",
"description": "Set up a local development environment for COMIT apps with one command.",
"main": "dist/main.js",
"scripts": {
Expand Down

0 comments on commit 87194e6

Please sign in to comment.