Skip to content

Commit 9f7f691

Browse files
authored
Merge pull request #18 from lupodevelop/version/1.3
Version/1.3
2 parents 4f37d7b + aa80e87 commit 9f7f691

5 files changed

Lines changed: 113 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ tmp/
4242

4343
### user-specific files
4444
artifacts/
45+
benchmark/results/

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## [1.3.0] - 2026-01-09
6+
### Deprecated
7+
- Deprecated public APIs in internal modules (`str/core`, `str/extra`, and `str/tokenize`) in
8+
preparation for the upcoming 2.0.0 release. These functions have `@deprecated` annotations
9+
and will be consolidated under the unified `str` module in 2.0.0. The public convenience
10+
module `str.gleam` itself remains the recommended entry point and is not deprecated.
11+
12+
### Notes
13+
- You may see deprecation warnings when running tests or building the project; these
14+
warnings are intentional and indicate that the APIs have been marked for migration
15+
to the unified `str` module in the next major release.
16+
517
## [1.2.3] - 2026-01-08
618
### Changed
719
- Replaced `escape_html` implementation with `houdini.escape` for faster,

0 commit comments

Comments
 (0)