Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
TanklesXL committed Oct 14, 2024

Verified

This commit was signed with the committer’s verified signature.
TanklesXL Robert Attard
1 parent c905bad commit 752a1ea
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
uses: TanklesXL/gleam_actions/.github/workflows/release.yaml@main
secrets: inherit
with:
gleam_version: 1.4.1
gleam_version: 1.5.1
erlang_version: 27
test_erlang: true
test_node: true
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@ jobs:
test:
uses: TanklesXL/gleam_actions/.github/workflows/test.yaml@main
with:
gleam_version: 1.4.1
gleam_version: 1.5.1
test_node: true
test_erlang: true
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## [Unreleased](https://github.com/TanklesXL/glint/compare/v1.0.1...HEAD)
## [Unreleased](https://github.com/TanklesXL/glint/compare/v1.1.0...HEAD)

- use punning internally, requires gleam >= 1.4

# v1

## [1.1.0](https://github.com/TanklesXL/glint/compare/v1.1.0...v1.0.1)

- use punning internally, requires gleam >= 1.4

## [1.0.1](https://github.com/TanklesXL/glint/compare/v1.0.0...v1.0.1)

- updated gleam stdlib to >=0.39
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "glint"
version = "1.0.1"
version = "1.1.0"

# Fill out these fields if you intend to generate HTML documentation or publishname = "glint"
# your project to the Hex package manager.

0 comments on commit 752a1ea

Please sign in to comment.