Skip to content

Commit

Permalink
🔖 Version 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Jul 10, 2024
1 parent 1a4c767 commit cf43a55
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.8 - 2024-05-28

- ⬆️ Update `stdlib` to `>= 0.39.0 and < 1.0.0`

## v1.1.7 - 2024-05-28

- ⬆️ Update `simplifile` to `>= 2.0.1 and < 3.0.0`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.1.7
version: 1.1.8
title: can find literal titles when calling `birdie.snap`
file: ./test/titles_test.gleam
test_name: can_find_literal_titles_when_calling_birdie_snap_test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.1.7
version: 1.1.8
title: can find literal titles when calling `snap`
file: ./test/titles_test.gleam
test_name: can_find_literal_titles_when_calling_snap_test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.1.7
version: 1.1.8
title: can find literal titles when calling aliased `b.snap`
file: ./test/titles_test.gleam
test_name: can_find_literal_titles_when_calling_aliased_birdie_snap_test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.1.7
version: 1.1.8
title: can find literal titles when calling aliased `s`
file: ./test/titles_test.gleam
test_name: can_find_literal_titles_when_calling_aliased_snap_test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.1.7
version: 1.1.8
title: can find literal titles when calling aliased discarded module
file: ./test/titles_test.gleam
test_name: can_find_literal_titles_when_calling_aliased_discarded_module_test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.1.7
version: 1.1.8
title: can find literal titles when calling discarded module
file: ./test/titles_test.gleam
test_name: can_find_literal_titles_when_calling_discarded_module_test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.1.7
version: 1.1.8
title: can read the snap titles from the project itself
file: ./test/titles_test.gleam
test_name: can_read_the_snap_titles_from_the_project_itself_test
Expand Down
2 changes: 1 addition & 1 deletion birdie_snapshots/diffing_a_case_expression.accepted
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.1.7
version: 1.1.8
title: diffing a case expression
file: ./test/birdie_test.gleam
test_name: complex_function_test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.1.7
version: 1.1.8
title: my favourite number wrapped in a result
file: ./test/birdie_test.gleam
test_name: a_result_test
Expand Down
2 changes: 1 addition & 1 deletion birdie_snapshots/my_first_snapshot.accepted
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.1.7
version: 1.1.8
title: my first snapshot
file: ./test/birdie_test.gleam
test_name: hello_birdie_test
Expand Down
2 changes: 1 addition & 1 deletion birdie_snapshots/snapping_a_list_of_numbers.accepted
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.1.7
version: 1.1.8
title: snapping a list of numbers
file: ./test/birdie_test.gleam
test_name: list_test
Expand Down
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "birdie"
version = "1.1.7"
version = "1.1.8"

description = "Snapshot testing in Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "giacomocavalieri", repo = "birdie" }
target = "erlang"

[dependencies]
gleam_stdlib = ">= 0.38.0 and < 1.0.0"
gleam_stdlib = ">= 0.39.0 and < 1.0.0"
justin = ">= 1.0.1 and < 2.0.0"
gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ filepath = { version = ">= 1.0.0 and < 2.0.0" }
glance = { version = ">= 0.11.0 and < 1.0.0" }
gleam_community_ansi = { version = ">= 1.4.0 and < 2.0.0" }
gleam_erlang = { version = ">= 0.25.0 and < 1.0.0" }
gleam_stdlib = { version = ">= 0.38.0 and < 1.0.0" }
gleam_stdlib = { version = ">= 0.39.0 and < 1.0.0" }
gleeunit = { version = ">= 1.2.0 and < 2.0.0" }
justin = { version = ">= 1.0.1 and < 2.0.0" }
rank = { version = ">= 1.0.0 and < 2.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion src/birdie.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import justin
import rank
import simplifile

const birdie_version = "1.1.7"
const birdie_version = "1.1.8"

const birdie_snapshots_folder = "birdie_snapshots"

Expand Down

0 comments on commit cf43a55

Please sign in to comment.