diff --git a/CHANGES.md b/CHANGES.md index aa07ba0..a3ea259 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 0d20959..84af100 100644 --- a/Cargo.toml +++ b/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 "] readme = "README.md" license = "Apache-2.0/MIT"