We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e3eab commit e89101cCopy full SHA for e89101c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.3.2 - 2025-07-28
4
5
- Stop using deprecated `int.digits` from `gleam_stdlib`.
6
gleam.toml
@@ -1,5 +1,5 @@
name = "birdie"
-version = "1.3.1"
+version = "1.3.2"
description = "🐦⬛ Snapshot testing in Gleam"
licences = ["Apache-2.0"]
src/birdie.gleam
@@ -17,7 +17,7 @@ import rank
17
import simplifile
18
import term_size
19
20
-const birdie_version = "1.3.1"
+const birdie_version = "1.3.2"
21
22
const birdie_snapshots_folder = "birdie_snapshots"
23
0 commit comments