Sourced from regex's changelog.
1.11.0 (2024-09-29)
This is a new minor release of
regex
that brings in an update to the Unicode Character Database. Specifically, this updates the Unicode data used byregex
internally to the version 16 release.New features:
- [FEATURE #1228](rust-lang/regex#1228): Add new
regex::SetMatches::matched_all
method.- [FEATURE #1229](rust-lang/regex#1229): Update to Unicode Character Database (UCD) version 16.
bcbe403
1.11.09e17e56
deps: bump regex-automata58e16f5
regex-automata-0.4.84bb1e3d
deps: bump regex-syntaxcba0fbc
regex-syntax-0.8.51533257
changelog: 1.11.09239e7e
data: update to UCD 167691e49
cli: include \w, \s and \d in Unicode data table generationb790aa5
api: add SetMatches::matched_alld3d3ff7
cli: remove some dead code