diff --git a/CHANGELOG.md b/CHANGELOG.md index 006afe4..76be72f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.2 - unreleased + +* Fix parsing of dependencies or feature spanning multiple lines (#9) + ## 0.2.1 - 2021-02-12 * Fix indentation of multi-lines feature comments (#5) diff --git a/Cargo.toml b/Cargo.toml index c68e22c..4528465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "document-features" -version = "0.2.1" +version = "0.2.2" authors = ["Slint Developers "] edition = "2018" license = "MIT OR Apache-2.0"