Skip to content

Commit d4d7310

Browse files
committed
release: 1.2.0
1 parent 0c57ea1 commit d4d7310

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
1.1.9 (2019-07-06)
29
==================
310
This release contains a bug fix that caused regex's tests to fail, due to a

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "regex"
3-
version = "1.1.9" #:version
3+
version = "1.2.0" #:version
44
authors = ["The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)