We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ffdab commit 4196261Copy full SHA for 4196261
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.2.11 - 2024-02-16
4
+
5
+* Collect defaults recursively (#19)
6
7
## 0.2.1O - 2024-07-12
8
9
* Revert parsing of multi-lines string while parsing features
Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "document-features"
-version = "0.2.10"
+version = "0.2.11"
authors = ["Slint Developers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
0 commit comments