From 5997eea43d9bcd974830adba37c200ad0ec36b3e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 7 Jun 2026 21:13:21 +0000 Subject: [PATCH 1/2] Initial plan From e8e11552f8900086180a41f27c9d2d0f78056890 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 7 Jun 2026 21:16:59 +0000 Subject: [PATCH 2/2] Bump version to 2.0.2 and update changelog --- CHANGELOG.md | 9 +++++++++ gleam.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f60e989..8412184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.2] - 2026-06-07 + +### Changed +- Verified compatibility with Gleam 1.17 + +### Technical Notes +- No public API changes +- No breaking changes + ## [2.0.1] - 2025-06-23 ### Changed diff --git a/gleam.toml b/gleam.toml index ec90c97..c001587 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "glugify" -version = "2.0.1" +version = "2.0.2" description = "A robust, type-safe slugification library for Gleam that converts text into URL-friendly slugs" licences = ["Apache-2.0"] repository = { type = "github", user = "maxh213", repo = "glugify" }