Skip to content

Commit 2a2de32

Browse files
committed
Version = 0.14.2
1 parent b5ddf7a commit 2a2de32

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
v0.14.2 (2020 Feb 2)
5+
--------------------
6+
7+
Added `Regex::is_ascii()` method to check if the regex is ASCII-only.
8+
9+
Added type `Encoding` to represent ASCII, UTF-8 or binary encoding.
10+
Added `Regex::encoding()` method to return the narrowest string encoding.
11+
12+
Added type `EncodedString` to adjoin a byte string with its encoding.
13+
Added an additional `impl Distribution<EncodedString> for Regex`.
14+
415
v0.14.1 (2020 Jan 27)
516
---------------------
617

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand_regex"
3-
version = "0.14.1"
3+
version = "0.14.2"
44
authors = ["kennytm <[email protected]>"]
55
description = "Generates random strings and byte strings matching a regex"
66
repository = "https://github.com/kennytm/rand_regex"

0 commit comments

Comments
 (0)