Skip to content

Commit

Permalink
🔖 Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Nov 19, 2024
1 parent 2db995e commit d6dcc70
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.4.4"
version = "0.4.5"

[workspace.dependencies]
terminal-colorsaurus = { path = "crates/terminal-colorsaurus", version = "0.4.4" }
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## 0.4.5
* ✨ Added support for Windows (starting with Windows Terminal v1.22, in preview at the time of writing).
### Docs
* Included more terminals in terminal survey.
* The top level crate docs have been reduced to improve readability.

## 0.4.4
* Bump `mio` dependency to 1.0.
* ✨ Add helpful aliases to the docs.
Expand Down
2 changes: 1 addition & 1 deletion doc/terminal-survey.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ with `terminal-colorsaurus`:
* urxvt (rxvt-unicode)
* VSCode (xterm.js)
* WezTerm
* Windows Terminal (in an upcoming version)
* Windows Terminal (>= v1.22)
* xterm
* [Zed](https://zed.dev)

Expand Down

0 comments on commit d6dcc70

Please sign in to comment.