Skip to content

Commit 833b099

Browse files
committed
chore: prepare v1.6.0 release
1 parent 402f599 commit 833b099

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.0] - 2026-05-30
9+
10+
### Added
11+
12+
- Warn on stderr when a test file fails to parse, instead of silently skipping its tests
13+
- Warn on stderr when no tests are discovered
14+
15+
### Fixed
16+
17+
- Resolve the package name only from an exact `name` key in `gleam.toml`, avoiding false matches on similarly named keys
18+
819
## [1.5.0] - 2026-02-09
920

1021
### Added
@@ -91,6 +102,8 @@ Initial release of unitest, a Gleam test runner with random ordering, tagging, a
91102
- **Color output**: Colored output by default, respects `NO_COLOR` environment variable and `--no-color` flag
92103
- **Cross-platform support**: Works on Erlang and JavaScript targets
93104

105+
[1.6.0]: https://github.com/jtdowney/unitest/releases/tag/v1.6.0
106+
[1.5.0]: https://github.com/jtdowney/unitest/releases/tag/v1.5.0
94107
[1.4.3]: https://github.com/jtdowney/unitest/releases/tag/v1.4.3
95108
[1.4.2]: https://github.com/jtdowney/unitest/releases/tag/v1.4.2
96109
[1.4.1]: https://github.com/jtdowney/unitest/releases/tag/v1.4.1

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "unitest"
2-
version = "1.5.0"
2+
version = "1.6.0"
33
description = "Test runner with random ordering, tagging, and CLI filtering"
44
licences = ["Apache-2.0"]
55
repository = { type = "github", user = "jtdowney", repo = "unitest" }

0 commit comments

Comments
 (0)