Skip to content

Commit 84c370d

Browse files
committed
Prepare a 0.8.2 release.
1 parent 9ffbf2f commit 84c370d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# lang_tester 0.8.1 (2024-03-20)
27

38
* Use newer version of fm that provides more comprehensive output by default.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lang_tester"
33
description = "Concise language testing framework for compilers and VMs"
44
repository = "https://github.com/softdevteam/lang_tester/"
5-
version = "0.8.1"
5+
version = "0.8.2"
66
authors = ["Laurence Tratt <laurie@tratt.net>"]
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)