We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffbf2f commit 84c370dCopy full SHA for 84c370d
CHANGES.md
@@ -1,3 +1,8 @@
1
+# lang_tester 0.8.2 (2024-07-18)
2
+
3
+* Sort test failures by name rather than the previous arbitrary order.
4
5
6
# lang_tester 0.8.1 (2024-03-20)
7
8
* Use newer version of fm that provides more comprehensive output by default.
Cargo.toml
@@ -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"
0 commit comments