Skip to content

Commit 759b95a

Browse files
v1.5.4
1 parent c0bfe6f commit 759b95a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.5.4 - 2026-01-28
44

55
- Improved the error message birdie produces when it can't open the temporary
66
file due to not having the right permission.

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "birdie"
2-
version = "1.5.3"
2+
version = "1.5.4"
33

44
description = "🐦‍⬛ Snapshot testing in Gleam"
55
licences = ["Apache-2.0"]

src/birdie.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import rank
2525
import simplifile.{Eexist, Enoent}
2626
import term_size
2727

28-
const birdie_version = "1.5.3"
28+
const birdie_version = "1.5.4"
2929

3030
const hint_review_message = "run `gleam run -m birdie` to review the snapshots"
3131

0 commit comments

Comments
 (0)