Skip to content

Commit 721e708

Browse files
committed
Prepare for release
1 parent 21ec1eb commit 721e708

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 0.2.11 - 2024-02-16
3+
## 0.2.12 - 2025-10-24
4+
5+
* Update litrs dependency to 1.0.0
6+
7+
## 0.2.11 - 2025-02-16
48

59
* Collect defaults recursively (#19)
610

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "document-features"
6-
version = "0.2.11"
6+
version = "0.2.12"
77
authors = ["Slint Developers <info@slint.dev>"]
88
edition = "2018"
99
license = "MIT OR Apache-2.0"
@@ -12,6 +12,7 @@ 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"]
15+
rust-version = "1.56"
1516

1617
[lib]
1718
proc-macro = true

0 commit comments

Comments
 (0)