Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Aug 4, 2021
1 parent d1e341a commit 4af7234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [7.0.0] - 2021-08-04

### Added
- method `Strings#toFloatOrNull`
- method `Strings#toIntOrNull`
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
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": "6.0.4",
"version": "7.0.0",
"dependencies": {}
}

0 comments on commit 4af7234

Please sign in to comment.