Skip to content

Commit e89101c

Browse files
v1.3.2
1 parent 41e3eab commit e89101c

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.3.2 - 2025-07-28
44

55
- Stop using deprecated `int.digits` from `gleam_stdlib`.
66

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.3.1"
2+
version = "1.3.2"
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
@@ -17,7 +17,7 @@ import rank
1717
import simplifile
1818
import term_size
1919

20-
const birdie_version = "1.3.1"
20+
const birdie_version = "1.3.2"
2121

2222
const birdie_snapshots_folder = "birdie_snapshots"
2323

0 commit comments

Comments
 (0)