Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Aug 6, 2023
1 parent 074fabc commit ca3ad59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.0.0
- uses: erlef/setup-beam@v1.9.0
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "23.2"
gleam-version: "0.19.0"
gleam-version: "0.30.5"
- run: gleam test
- run: gleam format --check src test
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.1.0 - 2023-08-06

- Updated for Gleam v0.30.0.

## v2.0.0 - 2022-02-02

- Converted to use the Gleam build tool.
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "gleam_bbmustache"
version = "2.0.0"
version = "2.1.0"
licences = ["Apache-2.0"]
description = "Templates in Gleam using bbmustache"

Expand Down

0 comments on commit ca3ad59

Please sign in to comment.