We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c57ea1 commit d4d7310Copy full SHA for d4d7310
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+1.2.0 (2019-07-20)
2
+==================
3
+This release updates regex's minimum supported Rust version to 1.28, which was
4
+release almost 1 year ago. This release also updates regex's Unicode data
5
+tables to 12.1.0.
6
+
7
8
1.1.9 (2019-07-06)
9
==================
10
This release contains a bug fix that caused regex's tests to fail, due to a
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "regex"
-version = "1.1.9" #:version
+version = "1.2.0" #:version
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
0 commit comments