Skip to content

Commit

Permalink
Merge pull request #127 from ltratt/langtester_0_8_2
Browse files Browse the repository at this point in the history
Prepare a 0.8.2 release.
  • Loading branch information
vext01 authored Jul 18, 2024
2 parents 9ffbf2f + 84c370d commit b49e3f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# lang_tester 0.8.2 (2024-07-18)

* Sort test failures by name rather than the previous arbitrary order.


# lang_tester 0.8.1 (2024-03-20)

* Use newer version of fm that provides more comprehensive output by default.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lang_tester"
description = "Concise language testing framework for compilers and VMs"
repository = "https://github.com/softdevteam/lang_tester/"
version = "0.8.1"
version = "0.8.2"
authors = ["Laurence Tratt <laurie@tratt.net>"]
readme = "README.md"
license = "Apache-2.0/MIT"
Expand Down

0 comments on commit b49e3f4

Please sign in to comment.