We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e216dcb commit 0ed8e43Copy full SHA for 0ed8e43
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
-## 0.2.7 - 2002-12-21
+
4
+## 0.2.7 - 2023-12-29
5
6
+* Remove `\n` between features (#17)
7
+* Don't throw an error when there is no features in Cargo.toml (#20)
8
9
+## 0.2.7 - 2022-12-21
10
11
* Fix parsing of Cargo.toml with multi-line array of array (#16)
12
Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "document-features"
-version = "0.2.7"
+version = "0.2.8"
authors = ["Slint Developers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
0 commit comments