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

Commit ec51639

Browse files
committed
Update CHANGELOG.md
1 parent 1cde937 commit ec51639

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## Unreleased
8+
9+
## [0.5.2] - 2019-12-06
10+
11+
## Changed
12+
- Upgrade all examples and new project to `comit-sdk@0.7.1`.
813

914
## [0.5.1] - 2019-12-02
1015

@@ -56,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5661

5762
### Changed
5863
- Move start-env env file to `~/.create-comit-app/env` so that the user does not have to start it from inside the project folder.
59-
- If a signal (e.g. CTRL-C) is sent while `start-env` is booting, it waits for the action in progress (e.g., starting docker container) and then stops and properly cleans up the environment.
64+
- If a signal (e.g. CTRL-C) is sent while `start-env` is booting, it waits for the action in progress (e.g., starting docker container) and then stops and properly cleans up the environment.
6065
- Improve code quality to avoid artifacts remaining after a failure happens while booting start-env.
6166
- Migrate to comit-rs 0.3.0. Only the `cnd` docker is now needed!
6267
- Move the env file from `./.env` to `~/.create-comit-app/env` to improve usability.
@@ -66,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6671

6772
First Release 🎉
6873

69-
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.5.1...HEAD
74+
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.5.2...HEAD
75+
[0.5.2]: https://github.com/comit-network/create-comit-app/compare/0.5.1...0.5.2
7076
[0.5.1]: https://github.com/comit-network/create-comit-app/compare/0.5.0...0.5.1
7177
[0.5.0]: https://github.com/comit-network/create-comit-app/compare/0.4.0...0.5.0
7278
[0.4.0]: https://github.com/comit-network/create-comit-app/compare/0.3.0...0.4.0

0 commit comments

Comments
 (0)