You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
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`.
8
13
9
14
## [0.5.1] - 2019-12-02
10
15
@@ -56,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
56
61
57
62
### Changed
58
63
- 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.
60
65
- Improve code quality to avoid artifacts remaining after a failure happens while booting start-env.
61
66
- Migrate to comit-rs 0.3.0. Only the `cnd` docker is now needed!
62
67
- 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
0 commit comments