Skip to content

Commit 2f758a6

Browse files
committed
Prepare release
1 parent b1bd398 commit 2f758a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## 0.2.9 - 2024-07-11
49

510
* Fix parsing of multi-lines string (#25)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "document-features"
6-
version = "0.2.9"
6+
version = "0.2.10"
77
authors = ["Slint Developers <[email protected]>"]
88
edition = "2018"
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)