Skip to content

Commit

Permalink
v7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Mar 28, 2024
1 parent e629c0e commit a2ec6e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.5] - 2024-03-28

### Fixed
- [Issue#14](https://github.com/vegardit/haxe-strings/issues/14) `RandomStrings.randomAsciiAlpha` returns illegal chars (thanks to https://github.com/singpolyma)


## [7.0.4] - 2024-03-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Expand Up @@ -11,6 +11,6 @@
"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).",
"contributors": ["vegardit"],
"releasenote": "See https://github.com/vegardit/haxe-strings/blob/main/CHANGELOG.md",
"version": "7.0.4",
"version": "7.0.5",
"dependencies": {}
}

0 comments on commit a2ec6e7

Please sign in to comment.