Skip to content

Commit 4af7234

Browse files
committed
v7.0.0
1 parent d1e341a commit 4af7234

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

1010

11+
## [7.0.0] - 2021-08-04
12+
1113
### Added
1214
- method `Strings#toFloatOrNull`
1315
- method `Strings#toIntOrNull`

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": "6.0.4",
14+
"version": "7.0.0",
1515
"dependencies": {}
1616
}

0 commit comments

Comments
 (0)