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

Commit 87194e6

Browse files
committed
Release comit-scripts 0.9.0
1 parent 5aefecf commit 87194e6

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9-
## Changed
9+
## [0.9.0] - 2020-07-16
10+
11+
### Changed
1012
- Update cnd to version 0.8.0
13+
- Update bitcoind to version 0.20.0
14+
- **Breaking Change** Print bitcoin wallet descriptors to `env` file instead of extended private keys.
1115

1216
## [0.8.3] - 2020-01-31
1317

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

34-
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/comit-scripts-0.8.3...HEAD
38+
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/comit-scripts-0.9.0...HEAD
39+
[0.9.0]: https://github.com/comit-network/create-comit-app/compare/0.8.2...comit-scripts-0.9.0
3540
[0.8.3]: https://github.com/comit-network/create-comit-app/compare/0.8.2...comit-scripts-0.8.3
3641
[0.8.2]: https://github.com/comit-network/create-comit-app/compare/0.8.1...comit-scripts-0.8.2
3742
[0.8.1]: https://github.com/comit-network/create-comit-app/compare/0.8.0...comit-scripts-0.8.1

scripts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "comit-scripts"
3-
version = "0.8.3"
3+
version = "0.9.0"
44
authors = ["CoBloX developers <team@coblox.tech>"]
55
edition = "2018"
66

scripts/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comit-scripts",
3-
"version": "0.8.3",
3+
"version": "0.9.0",
44
"description": "Set up a local development environment for COMIT apps with one command.",
55
"main": "dist/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)