Skip to content

Commit 4068939

Browse files
committed
🔖 Bump version & update changelog
1 parent 2a3413f commit 4068939

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.4.7"
6+
version = "0.4.8"
77

88
[workspace.dependencies]
9-
terminal-colorsaurus = { path = "crates/terminal-colorsaurus", version = "0.4.4" }
9+
terminal-colorsaurus = { path = "crates/terminal-colorsaurus", version = "0.4.7" }
1010

1111
[workspace.lints.rust]
1212
missing_debug_implementations = "warn"

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## 0.4.8
3+
* 🐛 Fixed an error on windows where the query would not
4+
succeed when the standard input was redirected.
5+
* ⚡ The color parsing code has been extracted into its own crate
6+
that terminal-colorsaurus now depends on: [`xterm-color](https://crates.io/crates/xterm-color).
7+
* 📝 The terminal survey has been extended and updated.
8+
29
## 0.4.7
310
* 🐛 Re-add missing license texts to the published crate
411
(this was a regression introduced in `0.4.5`).

0 commit comments

Comments
 (0)