Skip to content

Commit d6dcc70

Browse files
committed
🔖 Bump version and update changelog
1 parent 2db995e commit d6dcc70

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
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.4"
6+
version = "0.4.5"
77

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

Diff for: changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## 0.4.5
3+
* ✨ Added support for Windows (starting with Windows Terminal v1.22, in preview at the time of writing).
4+
### Docs
5+
* Included more terminals in terminal survey.
6+
* The top level crate docs have been reduced to improve readability.
7+
28
## 0.4.4
39
* Bump `mio` dependency to 1.0.
410
* ✨ Add helpful aliases to the docs.

Diff for: doc/terminal-survey.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ with `terminal-colorsaurus`:
2121
* urxvt (rxvt-unicode)
2222
* VSCode (xterm.js)
2323
* WezTerm
24-
* Windows Terminal (in an upcoming version)
24+
* Windows Terminal (>= v1.22)
2525
* xterm
2626
* [Zed](https://zed.dev)
2727

0 commit comments

Comments
 (0)