Skip to content

Commit

Permalink
update to Gleam 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Sep 30, 2023
1 parent 16c69c3 commit 0dde502
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI
on:
push:
branches:
- master
- main
- release
pull_request:

jobs:
Expand All @@ -15,7 +15,7 @@ jobs:
- uses: erlef/[email protected]
with:
otp-version: "25.2"
gleam-version: "0.30.2"
gleam-version: "0.31"
rebar3-version: "3"
# elixir-version: "1.14.2"
- run: gleam format --check src test
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- Update package to use Gleam 0.31

## v1.0.0 - 2023-07-23

- Initial release! 🎉
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = { type = "github", user = "giacomocavalieri", repo = "edit_distance
# links = [{ title = "Website", href = "https://gleam.run" }]

[dependencies]
gleam_stdlib = "~> 0.30"
gleam_stdlib = "~> 0.31"

[dev-dependencies]
gleeunit = "~> 0.10"
Expand Down
10 changes: 5 additions & 5 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# You typically do not need to edit this file

packages = [
{ name = "birl", version = "0.14.0", build_tools = ["gleam"], requirements = ["ranger", "gleam_stdlib"], otp_app = "birl", source = "hex", outer_checksum = "4C9A60041E770D02FBD65A5B774026CD536B45A6AFDDBFC601A4450567AEE313" },
{ name = "blah", version = "0.10.0", build_tools = ["gleam"], requirements = ["birl", "gleam_stdlib"], otp_app = "blah", source = "hex", outer_checksum = "2DB82346D5AB9A66E7572C46E43E35BF653E03339CC1028FAB6052FE8CC8020F" },
{ name = "gleam_stdlib", version = "0.30.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "03710B3DA047A3683117591707FCA19D32B980229DD8CE8B0603EB5B5144F6C3" },
{ name = "gleeunit", version = "0.10.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "ECEA2DE4BE6528D36AFE74F42A21CDF99966EC36D7F25DEB34D47DD0F7977BAF" },
{ name = "birl", version = "0.16.1", build_tools = ["gleam"], requirements = ["ranger", "gleam_stdlib"], otp_app = "birl", source = "hex", outer_checksum = "90051B6CBDC1D74E4E007EE0202C52D755BF50D0147F9D02C2159D5C05AD33EC" },
{ name = "blah", version = "0.10.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "birl"], otp_app = "blah", source = "hex", outer_checksum = "2DB82346D5AB9A66E7572C46E43E35BF653E03339CC1028FAB6052FE8CC8020F" },
{ name = "gleam_stdlib", version = "0.31.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "6D1BC5B4D4179B9FEE866B1E69FE180AC2CE485AD90047C0B32B2CA984052736" },
{ name = "gleeunit", version = "0.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "1397E5C4AC4108769EE979939AC39BF7870659C5AFB714630DEEEE16B8272AD5" },
{ name = "ranger", version = "0.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "ranger", source = "hex", outer_checksum = "A3D54DD2BFCC654F1AA7A0D245F6F59A5D9FF6B2D68449C849BFE321E945EA7A" },
]

[requirements]
blah = { version = "~> 0.10" }
gleam_stdlib = { version = "~> 0.30" }
gleam_stdlib = { version = "~> 0.31" }
gleeunit = { version = "~> 0.10" }

0 comments on commit 0dde502

Please sign in to comment.