🐦‍⬛ Snapshot testing in Gleam

:bookmark: Version 1.2.4

Changed files
+6 -2
src
+4
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.2.4 - 2024-11-20 4 + 5 + - ⬆️ Update `stdlib` to `>= 0.43.0 and < 1.0.0` and remove deprecated code. 6 + 3 7 ## 1.2.3 - 2024-09-06 4 8 5 9 - 🐛 Fixed a bug where birdie would strip `\r\n` out of a snapshot content
+1 -1
gleam.toml
··· 1 1 name = "birdie" 2 - version = "1.2.3" 2 + version = "1.2.4" 3 3 4 4 description = "Snapshot testing in Gleam" 5 5 licences = ["Apache-2.0"]
+1 -1
src/birdie.gleam
··· 17 17 import rank 18 18 import simplifile 19 19 20 - const birdie_version = "1.2.3" 20 + const birdie_version = "1.2.4" 21 21 22 22 const birdie_snapshots_folder = "birdie_snapshots" 23 23