Skip to content

Commit c39c610

Browse files
committed
Prepare 0.2.9 release
1 parent 54636ac commit c39c610

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
22

3+
## 0.2.9 - 2024-07-11
34

4-
## 0.2.7 - 2023-12-29
5+
* Fix parsing of multi-lines string (#25)
6+
* Fix `out_of_scope_macro_calls` compatibility warning
7+
* Fix documentation having too many `#` (#22)
8+
9+
## 0.2.8 - 2023-12-29
510

611
* Remove `\n` between features (#17)
712
* Don't throw an error when there is no features in Cargo.toml (#20)

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
[package]
55
name = "document-features"
6-
version = "0.2.8"
7-
authors = ["Slint Developers <info@slint-ui.com>"]
6+
version = "0.2.9"
7+
authors = ["Slint Developers <info@slint.dev>"]
88
edition = "2018"
99
license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/slint-ui/document-features"
11-
homepage = "https://slint-ui.com"
11+
homepage = "https://slint.rs"
1212
description = "Extract documentation for the feature flags from comments in Cargo.toml"
1313
categories = ["development-tools"]
1414
keywords = ["documentation", "features", "rustdoc", "macro"]

0 commit comments

Comments
 (0)