Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Aug 22, 2024
1 parent ccc419b commit 1713745
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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 @@ -5,7 +5,7 @@ readme = "readme.md"
repository = "https://github.com/bash/terminal-trx"
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
rust-version = "1.70.0"
exclude = [".github", ".gitignore", "*.sh"]
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 0.2.3
* Ensure that virtual terminal sequences are processed on Windows
when raw mode is enabled. This is needed for <https://github.com/bash/terminal-colorsaurus/issues/19>.

## 0.2.2
* Update `windows-sys` dependency to 0.59.

Expand Down

0 comments on commit 1713745

Please sign in to comment.