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 c0bfe6f commit 759b95aCopy full SHA for 759b95a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.5.4 - 2026-01-28
4
5
- Improved the error message birdie produces when it can't open the temporary
6
file due to not having the right permission.
gleam.toml
@@ -1,5 +1,5 @@
name = "birdie"
-version = "1.5.3"
+version = "1.5.4"
description = "🐦⬛ Snapshot testing in Gleam"
licences = ["Apache-2.0"]
src/birdie.gleam
@@ -25,7 +25,7 @@ import rank
25
import simplifile.{Eexist, Enoent}
26
import term_size
27
28
-const birdie_version = "1.5.3"
+const birdie_version = "1.5.4"
29
30
const hint_review_message = "run `gleam run -m birdie` to review the snapshots"
31
0 commit comments