Skip to content

Commit a2ec6e7

Browse files
committed
v7.0.5
1 parent e629c0e commit a2ec6e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.0.5] - 2024-03-28
11+
12+
### Fixed
13+
- [Issue#14](https://github.com/vegardit/haxe-strings/issues/14) `RandomStrings.randomAsciiAlpha` returns illegal chars (thanks to https://github.com/singpolyma)
14+
15+
1016
## [7.0.4] - 2024-03-18
1117

1218
### Fixed

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.4",
14+
"version": "7.0.5",
1515
"dependencies": {}
1616
}

0 commit comments

Comments
 (0)