We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b52197 commit 69dbaf9Copy full SHA for 69dbaf9
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
7
## [Unreleased]
8
9
+## [0.8.0] - 2026-05-10
10
+
11
### Tests
12
13
- New `test/config_boundary_test.gleam` module pins the validation
gleam.toml
@@ -1,5 +1,5 @@
1
name = "metamon"
2
-version = "0.7.0"
+version = "0.8.0"
3
description = "Property-based testing and metamorphic testing combinator library for Gleam"
4
licences = ["MIT"]
5
repository = { type = "github", user = "nao1215", repo = "metamon" }
0 commit comments