From 102aa61347cbbff699f1c6a179a13453ac4a5f4f Mon Sep 17 00:00:00 2001 From: rob durst Date: Mon, 24 Nov 2025 17:33:32 -0700 Subject: [PATCH 1/3] bump to 1.13.0 --- GLEAM_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GLEAM_VERSION b/GLEAM_VERSION index a5effa3..b281204 100644 --- a/GLEAM_VERSION +++ b/GLEAM_VERSION @@ -1 +1 @@ -v1.12.0 +v1.13.0 From 470f68a90ae32f911e87e82630bed67c7eff84a1 Mon Sep 17 00:00:00 2001 From: rob durst Date: Sat, 29 Nov 2025 21:09:20 -0700 Subject: [PATCH 2/3] update gha --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 332a8b7..13e22df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: with: otp-version: "28" # Ensure you update the ./GLEAM_VERSION to match this - gleam-version: "1.12.0" + gleam-version: "1.13.0" rebar3-version: "3" - name: Download WASM version of Gleam compiler diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7f1680..af5a9f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: with: otp-version: "28" # Ensure you update the ./GLEAM_VERSION to match this - gleam-version: "1.12.0" + gleam-version: "1.13.0" rebar3-version: "3" - run: ./bin/download-compiler - run: gleam deps download From d888d292c8917ceac40b0b2ee12a3e9531b69816 Mon Sep 17 00:00:00 2001 From: rob durst Date: Sat, 29 Nov 2025 21:12:30 -0700 Subject: [PATCH 3/3] bump dependencies --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 42e8495..0f8b7bf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,11 +3,11 @@ packages = [ { name = "filepath", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "B06A9AF0BF10E51401D64B98E4B627F1D2E48C154967DA7AF4D0914780A6D40A" }, - { name = "gleam_stdlib", version = "0.59.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "F8FEE9B35797301994B81AF75508CF87C328FE1585558B0FFD188DC2B32EAA95" }, - { name = "gleeunit", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "0E6C83834BA65EDCAAF4FE4FB94AC697D9262D83E6F58A750D63C9F6C8A9D9FF" }, + { name = "gleam_stdlib", version = "0.67.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "6368313DB35963DC02F677A513BB0D95D58A34ED0A9436C8116820BF94BE3511" }, + { name = "gleeunit", version = "1.9.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "DA9553CE58B67924B3C631F96FE3370C49EB6D6DC6B384EC4862CC4AAA718F3C" }, { name = "htmb", version = "2.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "htmb", source = "hex", outer_checksum = "023218E5A4DE7A1BA5E2BB449F063382F8F747A11F13423433D60AEA14CC2655" }, - { name = "simplifile", version = "2.2.1", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "C88E0EE2D509F6D86EB55161D631657675AA7684DAB83822F7E59EB93D9A60E3" }, - { name = "snag", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "snag", source = "hex", outer_checksum = "7E9F06390040EB5FAB392CE642771484136F2EC103A92AE11BA898C8167E6E17" }, + { name = "simplifile", version = "2.3.1", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "957E0E5B75927659F1D2A1B7B75D7B9BA96FAA8D0C53EA71C4AD9CD0C6B848F6" }, + { name = "snag", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "snag", source = "hex", outer_checksum = "274F41D6C3ECF99F7686FDCE54183333E41D2C1CA5A3A673F9A8B2C7A4401077" }, ] [requirements]