From c39c610305de9939ff5b1281cbb4e805fae77068 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Thu, 11 Jul 2024 08:38:03 +0200 Subject: [PATCH] Prepare 0.2.9 release --- CHANGELOG.md | 7 ++++++- Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94ee19..254d030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog +## 0.2.9 - 2024-07-11 -## 0.2.7 - 2023-12-29 +* Fix parsing of multi-lines string (#25) +* Fix `out_of_scope_macro_calls` compatibility warning +* Fix documentation having too many `#` (#22) + +## 0.2.8 - 2023-12-29 * Remove `\n` between features (#17) * Don't throw an error when there is no features in Cargo.toml (#20) diff --git a/Cargo.toml b/Cargo.toml index 471921a..041fe5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,12 @@ [package] name = "document-features" -version = "0.2.8" -authors = ["Slint Developers "] +version = "0.2.9" +authors = ["Slint Developers "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/slint-ui/document-features" -homepage = "https://slint-ui.com" +homepage = "https://slint.rs" description = "Extract documentation for the feature flags from comments in Cargo.toml" categories = ["development-tools"] keywords = ["documentation", "features", "rustdoc", "macro"]