Skip to content

Commit

Permalink
Update version to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpizenberg committed Oct 3, 2022
1 parent 22ad568 commit 527020c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ All notable changes to this project will be documented in this file.
#### Fixed


## [2.0.2] - (2022-10-03) [(diff)][diff-2.0.2]

#### Changed

- There are now bespoke error messages when using the wrong version of `elm-explorations/test`
instead of the generic dependency solver errors.
This is in preparation for the upcomming v2 of `elm-explorations/test`.


## [2.0.1] - (2022-04-07) [(diff)][diff-2.0.1]

#### Added
Expand Down Expand Up @@ -272,6 +281,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.

[2.0.2]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v2.0.2
[2.0.1]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v2.0.1
[2.0.0]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v2.0
[1.2.2]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v1.2.2
Expand All @@ -289,7 +299,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/v2.0.1...master
[diff-unreleased]: https://github.com/mpizenberg/elm-test-rs/compare/v2.0.2...master
[diff-2.0.2]: https://github.com/mpizenberg/elm-test-rs/compare/v2.0.1...v2.0.2
[diff-2.0.1]: https://github.com/mpizenberg/elm-test-rs/compare/v2.0...v2.0.1
[diff-2.0.0]: https://github.com/mpizenberg/elm-test-rs/compare/v1.2.2...v2.0
[diff-1.2.2]: https://github.com/mpizenberg/elm-test-rs/compare/v1.2.1...v1.2.2
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elm-test-rs"
version = "2.0.1"
version = "2.0.2"
authors = ["Matthieu Pizenberg <[email protected]>", "Harry Sarson <[email protected]>"]
edition = "2021"
description = "Simple and fast Rust alternative to node-test-runner to run elm tests"
Expand Down

0 comments on commit 527020c

Please sign in to comment.