Skip to content

Commit 9c4ffdc

Browse files
authored
Release 0.19.1-revision11 (#623)
1 parent 087c59d commit 9c4ffdc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Notable changes to this project will be documented in this file.
44

55
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.
66

7+
## 0.19.1-revision11 - 2023-01-02
8+
9+
### Fixed
10+
11+
- `elm-test init` now prints a working link to the `elm-explorations/test` package. Thanks to [Max Strübing](https://github.com/mstruebing)!
12+
- 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).
13+
714
## 0.19.1-revision10 - 2022-10-11
815

916
⚠️ 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)!
@@ -35,7 +42,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). This proj
3542
### Added
3643

3744
- `elm-test install-unstable-test-master`
38-
- which installs the `master` version of the [elm-explorations/test] library in place of the `1.2.2` version in your `ELM_HOME`
45+
- which installs the `master` version of the `elm-explorations/test` library in place of the `1.2.2` version in your `ELM_HOME`
3946
- `elm-test uninstall-unstable-test-master`
4047
- which undoes that
4148

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elm-test",
3-
"version": "0.19.1-revision10",
3+
"version": "0.19.1-revision11",
44
"description": "Run elm-test suites.",
55
"main": "elm-test.js",
66
"engines": {

0 commit comments

Comments
 (0)