Skip to content

Commit 0454cc4

Browse files
committed
🔖 Bump version and update changelog
1 parent 70f65fa commit 0454cc4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.4.5"
6+
version = "0.4.6"
77

88
[workspace.dependencies]
99
terminal-colorsaurus = { path = "crates/terminal-colorsaurus", version = "0.4.4" }

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## 0.4.6
3+
* 🐛 Switch the string terminator back to `BEL` to work around
4+
and issue in urxvt. Previously this was done only when urxvt
5+
was detected. Unfortunately this detection was not reliable.
6+
27
## 0.4.5
38
* ✨ Added support for Windows (starting with Windows Terminal v1.22, in preview at the time of writing).
49
### Docs

0 commit comments

Comments
 (0)