Skip to content

Commit a35f51f

Browse files
committed
v2.2.0
1 parent b4b3dbf commit a35f51f

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- uses: erlef/setup-beam@v1
1616
with:
1717
otp-version: "25.1"
18-
gleam-version: "0.30.5"
18+
gleam-version: "0.34.1"
1919
- run: gleam test
2020
- run: gleam format --check src test

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v2.2.0 - 2024-01-18
4+
5+
- Updated for Gleam v0.34.0.
6+
37
## v2.1.0 - 2023-08-06
48

59
- Updated for Gleam v0.30.0.

gleam.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_bbmustache"
2-
version = "2.1.0"
2+
version = "2.2.0"
33
licences = ["Apache-2.0"]
44
description = "Templates in Gleam using bbmustache"
55

@@ -14,4 +14,4 @@ gleam_stdlib = "~> 0.19"
1414
bbmustache = "~> 1.12"
1515

1616
[dev-dependencies]
17-
gleeunit = "~> 0.5"
17+
gleeunit = "~> 1.0"

manifest.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
packages = [
55
{ name = "bbmustache", version = "1.12.2", build_tools = ["rebar3"], requirements = [], otp_app = "bbmustache", source = "hex", outer_checksum = "688B33A4D5CC2D51F575ADF0B3683FC40A38314A2F150906EDCFC77F5B577B3B" },
6-
{ name = "gleam_stdlib", version = "0.30.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "704258528887F95075FFED7AAE1CCF836A9B88E3AADA2F69F9DA15815F94A4F9" },
7-
{ name = "gleeunit", version = "0.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "1397E5C4AC4108769EE979939AC39BF7870659C5AFB714630DEEEE16B8272AD5" },
6+
{ name = "gleam_stdlib", version = "0.34.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1FB8454D2991E9B4C0C804544D8A9AD0F6184725E20D63C3155F0AEB4230B016" },
7+
{ name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" },
88
]
99

1010
[requirements]
1111
bbmustache = { version = "~> 1.12" }
1212
gleam_stdlib = { version = "~> 0.19" }
13-
gleeunit = { version = "~> 0.5" }
13+
gleeunit = { version = "~> 1.0" }

0 commit comments

Comments
 (0)