Skip to content

Commit

Permalink
Update changelog with v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpizenberg committed Sep 18, 2021
1 parent 54920e1 commit d34c380
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,23 @@ All notable changes to this project will be documented in this file.
#### Fixed


## [1.2.2] - (2021-09-18) [(diff)][diff-1.2.2]

#### Fixed

- Added a delimiter between runs in stderr output when detecting a file change in --watch mode.
- Fixed the missing newline for Debug.log capture.
This bug was introduced in version 1.2.0 due to changes for the Deno compatibility.


## [1.2.1] - (2021-09-08) [(diff)][diff-1.2.1]

#### Fixed

- Actually changed the version indicator of the program to 1.2.1.
I had forgotten it before so version 1.2 indicates 1.1 with `--version`.


## [1.2.0] - (2021-09-08) [(diff)][diff-1.2.0]

#### Added
Expand Down Expand Up @@ -223,6 +233,7 @@ All notable changes to this project will be documented in this file.
- `.gitmodules` git submodules.
- `.github/workflows/` CI to automatically build and test on pull requests.

[1.2.2]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v1.2.2
[1.2.1]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v1.2.1
[1.2.0]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v1.2
[1.1.0]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v1.1
Expand All @@ -237,7 +248,8 @@ All notable changes to this project will be documented in this file.
[0.2.0]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v0.2
[0.1.1]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v0.1.1
[0.1.0]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v0.1
[diff-unreleased]: https://github.com/mpizenberg/elm-test-rs/compare/v1.2.1...master
[diff-unreleased]: https://github.com/mpizenberg/elm-test-rs/compare/v1.2.2...master
[diff-1.2.2]: https://github.com/mpizenberg/elm-test-rs/compare/v1.2.1...v1.2.2
[diff-1.2.1]: https://github.com/mpizenberg/elm-test-rs/compare/v1.2...v1.2.1
[diff-1.2.0]: https://github.com/mpizenberg/elm-test-rs/compare/v1.1...v1.2
[diff-1.1.0]: https://github.com/mpizenberg/elm-test-rs/compare/v1.0...v1.1
Expand Down

0 comments on commit d34c380

Please sign in to comment.