We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dcb91 commit c7f9b05Copy full SHA for c7f9b05
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.7.0] - 2026-05-11
10
+
11
### Documentation
12
13
- README adds a **"Case study: CRDT algebraic laws"** section between
gleam.toml
@@ -1,5 +1,5 @@
1
name = "metamon"
2
-version = "0.6.0"
+version = "0.7.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