+3
-1
.github/workflows/release.yml
+3
-1
.github/workflows/release.yml
+4
CHANGELOG.md
+4
CHANGELOG.md
+1
-1
birdie_snapshots/can_find_literal_titles_when_calling_`birdie_snap`.accepted
+1
-1
birdie_snapshots/can_find_literal_titles_when_calling_`birdie_snap`.accepted
+1
-1
birdie_snapshots/can_find_literal_titles_when_calling_`snap`.accepted
+1
-1
birdie_snapshots/can_find_literal_titles_when_calling_`snap`.accepted
+1
-1
birdie_snapshots/can_find_literal_titles_when_calling_aliased_`b_snap`.accepted
+1
-1
birdie_snapshots/can_find_literal_titles_when_calling_aliased_`b_snap`.accepted
+1
-1
birdie_snapshots/can_find_literal_titles_when_calling_aliased_`s`.accepted
+1
-1
birdie_snapshots/can_find_literal_titles_when_calling_aliased_`s`.accepted
+1
-1
birdie_snapshots/can_find_literal_titles_when_calling_aliased_discarded_module.accepted
+1
-1
birdie_snapshots/can_find_literal_titles_when_calling_aliased_discarded_module.accepted
+1
-1
birdie_snapshots/can_find_literal_titles_when_calling_discarded_module.accepted
+1
-1
birdie_snapshots/can_find_literal_titles_when_calling_discarded_module.accepted
+1
-1
birdie_snapshots/can_read_the_snap_titles_from_the_project_itself.accepted
+1
-1
birdie_snapshots/can_read_the_snap_titles_from_the_project_itself.accepted
+1
-1
birdie_snapshots/diffing_a_case_expression.accepted
+1
-1
birdie_snapshots/diffing_a_case_expression.accepted
+1
-1
birdie_snapshots/my_favourite_number_wrapped_in_a_result.accepted
+1
-1
birdie_snapshots/my_favourite_number_wrapped_in_a_result.accepted
+1
-1
birdie_snapshots/my_first_snapshot.accepted
+1
-1
birdie_snapshots/my_first_snapshot.accepted
+1
-1
birdie_snapshots/snapping_a_list_of_numbers.accepted
+1
-1
birdie_snapshots/snapping_a_list_of_numbers.accepted
+2
-2
gleam.toml
+2
-2
gleam.toml
···
1
1
name = "birdie"
2
-
version = "1.1.7"
2
+
version = "1.1.8"
3
3
4
4
description = "Snapshot testing in Gleam"
5
5
licences = ["Apache-2.0"]
···
7
7
target = "erlang"
8
8
9
9
[dependencies]
10
-
gleam_stdlib = ">= 0.38.0 and < 1.0.0"
10
+
gleam_stdlib = ">= 0.39.0 and < 1.0.0"
11
11
justin = ">= 1.0.1 and < 2.0.0"
12
12
gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
13
13
argv = ">= 1.0.2 and < 2.0.0"
+1
-1
manifest.toml
+1
-1
manifest.toml
···
25
25
glance = { version = ">= 0.11.0 and < 1.0.0" }
26
26
gleam_community_ansi = { version = ">= 1.4.0 and < 2.0.0" }
27
27
gleam_erlang = { version = ">= 0.25.0 and < 1.0.0" }
28
-
gleam_stdlib = { version = ">= 0.38.0 and < 1.0.0" }
28
+
gleam_stdlib = { version = ">= 0.39.0 and < 1.0.0" }
29
29
gleeunit = { version = ">= 1.2.0 and < 2.0.0" }
30
30
justin = { version = ">= 1.0.1 and < 2.0.0" }
31
31
rank = { version = ">= 1.0.0 and < 2.0.0" }