Skip to content

Commit dc861b1

Browse files
authored
Bump version to 0.11.0
1 parent 45670c4 commit dc861b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
## Unreleased
4+
## 0.11.0
55

66
- Minimum rust version has been bumped to 1.56.0
77
- Fixed infinite loop in `Params` iterator when 32nd parameter is a subparameter

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["parsing", "no-std"]
88
exclude = ["/.travis.yml"]
99
readme = "README.md"
1010
license = "Apache-2.0 OR MIT"
11-
version = "0.10.1"
11+
version = "0.11.0"
1212
name = "vte"
1313
edition = "2021"
1414
rust-version = "1.56.0"

0 commit comments

Comments
 (0)