diff --git a/CHANGELOG.md b/CHANGELOG.md index b658cb3..b19cc66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -## Unreleased +## 0.11.0 - Minimum rust version has been bumped to 1.56.0 - Fixed infinite loop in `Params` iterator when 32nd parameter is a subparameter diff --git a/Cargo.toml b/Cargo.toml index 2b0a1fb..04076f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ categories = ["parsing", "no-std"] exclude = ["/.travis.yml"] readme = "README.md" license = "Apache-2.0 OR MIT" -version = "0.10.1" +version = "0.11.0" name = "vte" edition = "2021" rust-version = "1.56.0"