Skip to content

Commit ec703ec

Browse files
maxh213claude
andcommitted
Update to v1.0.2: Bump minimum Gleam version requirement
- Updated minimum Gleam version from 1.0.0 to 1.4.0 - Removed upper bound constraint on Gleam version for better forward compatibility - Updated package version to 1.0.2 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 26f4935 commit ec703ec

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to string_editor will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.2] - 2025-01-20
9+
10+
### Changed
11+
- Updated minimum Gleam version requirement from 1.0.0 to 1.4.0
12+
- Removed upper bound constraint on Gleam version to improve forward compatibility
13+
814
## [1.0.1] - 2025-01-20
915

1016
### Fixed

gleam.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "string_editor"
2-
version = "1.0.0"
2+
version = "1.0.2"
33

44
description = "A simple and efficient Gleam library for string manipulation and extraction. Extract substrings before, after, or between specific patterns with ease."
55
licences = ["Apache-2.0"]
@@ -11,7 +11,7 @@ links = [
1111
# For a full reference of all the available options, you can have a look at
1212
# https://gleam.run/writing-gleam/gleam-toml/.
1313

14-
gleam = ">= 1.0.0 and < 2.0.0"
14+
gleam = ">= 1.4.0"
1515

1616
[dependencies]
1717
gleam_stdlib = ">= 0.34.0 and < 2.0.0"

0 commit comments

Comments
 (0)