diff --git a/CHANGELOG.md b/CHANGELOG.md index 0df68bd..11f2a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/haxelib.json b/haxelib.json index 89b9c06..03b9081 100644 --- a/haxelib.json +++ b/haxelib.json @@ -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": {} }