Skip to content

Commit

Permalink
Release 0.19.1-revision11 (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jan 2, 2023
1 parent 087c59d commit 9c4ffdc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/). This project mirrors the Elm version. So version 0.19.1-revisionX of this project will be compatible with Elm 0.19.1.

## 0.19.1-revision11 - 2023-01-02

### Fixed

- `elm-test init` now prints a working link to the `elm-explorations/test` package. Thanks to [Max Strübing](https://github.com/mstruebing)!
- If you ever saw `RuntimeError: unreachable` when trying to use `elm-test`, that should not be possible to happen anymore. elm-test now depends on the latest version of `elm-solve-deps-wasm` which solved that problem. (Previously, you had to make sure you had that version installed yourself).

## 0.19.1-revision10 - 2022-10-11

⚠️ Updating to this version also requires upgrading to the just released [elm-explorations/test 2.0.0](https://github.com/elm-explorations/test/blob/master/CHANGELOG.md#changes-in-200)!
Expand Down Expand Up @@ -35,7 +42,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). This proj
### Added

- `elm-test install-unstable-test-master`
- which installs the `master` version of the [elm-explorations/test] library in place of the `1.2.2` version in your `ELM_HOME`
- which installs the `master` version of the `elm-explorations/test` library in place of the `1.2.2` version in your `ELM_HOME`
- `elm-test uninstall-unstable-test-master`
- which undoes that

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-test",
"version": "0.19.1-revision10",
"version": "0.19.1-revision11",
"description": "Run elm-test suites.",
"main": "elm-test.js",
"engines": {
Expand Down

0 comments on commit 9c4ffdc

Please sign in to comment.