diff --git a/.tool-versions b/.tool-versions index 2ea9085..b46163e 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -# erlang 26.2.5.5 -# gleam 1.4.0 -erlang 27.1.2 -gleam nightly +erlang 26.2.5.5 +gleam 1.4.1 +# erlang 27.1.2 +# gleam nightly diff --git a/CHANGELOG.md b/CHANGELOG.md index 996870d..42db6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] + + +## [2.0.2] - 2024-11-03 - [BREAKING]: Renamed `select.offset` function's `offst` label to `offset` -- Updated test runner to target lowest and highest erlang and gleam versions supported: +- Updated test runner to target lowest and highest erlang and gleam versions + supported: - Lowest is at the moment Erlang/OTP 26 and Gleam 1.4 - Updated dependencies - Fixed typos diff --git a/gleam.toml b/gleam.toml index 24db069..a6cacb2 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,11 +1,11 @@ name = "cake" -version = "2.0.1" +version = "2.0.2" description = "An SQL query builder for Gleam for SQL dialects 🐘PostgreSQL, 🪶SQLite, 🦭MariaDB, and 🐬MySQL" licences = ["MPL-2.0"] repository = { type = "github", user = "inoas", repo = "gleam-cake" } # links = [{ title = "Website", href = "https://gleam.run" }] -gleam = ">= 1.4.0 and < 2.0.0" +gleam = ">= 1.4.1 and < 2.0.0" [documentation] pages = [ @@ -13,7 +13,7 @@ pages = [ ] [dependencies] -gleam_stdlib = ">= 0.41.0 and < 2.0.0" +gleam_stdlib = ">= 0.39.0 and < 2.0.0" [dev-dependencies] birdie = ">= 1.2.3 and < 2.0.0" diff --git a/manifest.toml b/manifest.toml index da0060c..14ab3d7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -37,7 +37,7 @@ packages = [ [requirements] birdie = { version = ">= 1.2.3 and < 2.0.0" } gleam_pgo = { version = ">= 0.14.0 and < 2.0.0" } -gleam_stdlib = { version = ">= 0.41.0 and < 2.0.0" } +gleam_stdlib = { version = ">= 0.39.0 and < 2.0.0" } gleeunit = { version = ">= 1.2.0 and < 2.0.0" } gmysql = { version = ">= 1.4.0 and < 2.0.0" } pprint = { version = ">= 1.0.4 and < 2.0.0" }