From bff14b4c4fa4e361402a73bba0c5f2d9e0c140eb Mon Sep 17 00:00:00 2001 From: Daniele Date: Wed, 14 Jan 2026 17:53:25 +0100 Subject: [PATCH] Bump version to 1.3.0 in gleam.toml Update the project version from 1.2.3 to 1.3.0 in preparation for a new release. --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index 80e9ec3..a8cd249 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "str" -version = "1.2.3" +version = "1.3.0" # Project metadata (fill or replace placeholders before publishing) description = "Unicode-aware string utilities for Gleam: grapheme-safe operations, pragmatic ASCII transliteration, and slug generation."