We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1bd398 commit 2f758a6Copy full SHA for 2f758a6
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.2.1O - 2024-07-12
4
+
5
+* Revert parsing of multi-lines string while parsing features
6
+ (Keep parsing of multi-lines string when detecting if we need to use Cargo.toml.orig)
7
8
## 0.2.9 - 2024-07-11
9
10
* Fix parsing of multi-lines string (#25)
Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "document-features"
-version = "0.2.9"
+version = "0.2.10"
authors = ["Slint Developers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
0 commit comments