Skip to content

Commit

Permalink
Release 0.19.1-revision12 (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Feb 16, 2023
1 parent b84561e commit 59a8666
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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-revision12 - 2023-02-16

### Fixed

- `elm-test --report junit` now works with [elm-program-test](https://github.com/avh4/elm-program-test). The `junit` report is XML. `elm-program-test` uses some characters that are not allowed in XML. This version replaces such disallowed characters with an Elm-style escape sequence, instead of crashing like it did before. Thanks to [Christoph Hermann](https://github.com/stoeffel) for reporting and to [Ilias Van Peer](https://github.com/zwilias) for fixing!

## 0.19.1-revision11 - 2023-01-02

### Fixed
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-revision11",
"version": "0.19.1-revision12",
"description": "Run elm-test suites.",
"main": "elm-test.js",
"engines": {
Expand Down

0 comments on commit 59a8666

Please sign in to comment.