From 0ed8e43fed1eb791de0651b520e4c7a35bfdf8d7 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Fri, 29 Dec 2023 08:40:22 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4f453..f94ee19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## 0.2.7 - 2002-12-21 + +## 0.2.7 - 2023-12-29 + +* Remove `\n` between features (#17) +* Don't throw an error when there is no features in Cargo.toml (#20) + +## 0.2.7 - 2022-12-21 * Fix parsing of Cargo.toml with multi-line array of array (#16) diff --git a/Cargo.toml b/Cargo.toml index 18b3500..471921a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "document-features" -version = "0.2.7" +version = "0.2.8" authors = ["Slint Developers "] edition = "2018" license = "MIT OR Apache-2.0"