Skip to content

Commit 568d4dc

Browse files
Publish v0.3.0
1 parent 1d9b790 commit 568d4dc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 0.3.0
2+
3+
Only a couple of very small breaking changes:
4+
5+
- The embedded theme set now includes all of syntect's default themes instead of
6+
just bat's
7+
- The themes returned by `EmbeddedLazyThemeSet::theme_names()` are now
8+
alphabetized
9+
110
# Version 0.2.0
211

312
## Feature Flags

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ syntect = { version = "5.1.0", default-features = false }
1111

1212
[package]
1313
name = "two-face"
14-
version = "0.2.0"
14+
version = "0.3.0"
1515
edition = "2021"
1616
license = "MIT OR Apache-2.0"
1717
rust-version = "1.64"

0 commit comments

Comments
 (0)