Skip to content

Commit e988df1

Browse files
committed
v7.0.6
1 parent 9b012f3 commit e988df1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11+
## [7.0.6] - 2025-06-07
12+
13+
### Fixed
14+
- Fix potential null value issues in `InMemoryDictionary`
15+
1116
### Changed
1217
- minimum required Haxe version is now 4.2.x
1318

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"description": "A haxelib for consistent cross-platform UTF-8 string manipulation. Contains comprehensive String utility functions, SemVer.org version parsing, spell checker, ANSI escape sequence builder, RandomUUID generator, thread-safe regular expression API, StringBuilder, SortedStringMap, SortedStringSet, camelcase string formatting, filepath normalizing and globbing (wildcards).",
1212
"contributors": ["vegardit"],
1313
"releasenote": "See https://github.com/vegardit/haxe-strings/blob/main/CHANGELOG.md",
14-
"version": "7.0.5",
14+
"version": "7.0.6",
1515
"dependencies": {}
1616
}

0 commit comments

Comments
 (0)