Skip to content

Commit 0ed8e43

Browse files
committed
Bump version
1 parent e216dcb commit 0ed8e43

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
## 0.2.7 - 2002-12-21
3+
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
410

511
* Fix parsing of Cargo.toml with multi-line array of array (#16)
612

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.7"
6+
version = "0.2.8"
77
authors = ["Slint Developers <[email protected]>"]
88
edition = "2018"
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)