๐Ÿฆโ€โฌ› Snapshot testing in Gleam

:bookmark: Version 1.0.2

Changed files
+6 -2
src
+4
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## v1.0.2 - 2024-01-28 4 + 5 + - ๐Ÿ“ Improve `birdie.main` documentation 6 + 3 7 ## v1.0.1 - 2024-01-27 4 8 5 9 - ๐Ÿ› Fix a bug with js FFI code
+1 -1
gleam.toml
··· 1 1 name = "birdie" 2 - version = "1.0.1" 2 + version = "1.0.2" 3 3 4 4 description = "Snapshot testing in Gleam" 5 5 licences = ["Apache-2.0"]
+1 -1
src/birdie.gleam
··· 16 16 import rank 17 17 import simplifile 18 18 19 - const birdie_version = "1.0.1" 19 + const birdie_version = "1.0.2" 20 20 21 21 const birdie_snapshots_folder = "birdie_snapshots" 22 22