Skip to content

Commit

Permalink
Release 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonPost committed Feb 26, 2023
1 parent e065a56 commit 1af259f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 0.26.1

## Added ⭐
- Add synchronized output/update control (#756)
- Add kitty report alternate keys functionality (#754)
- Updates dev dependencies.

## Fixed 🐛
- Fix icorrect return in kitty keyboard enhancement check (#751)
- Fix panic when using `use-dev-tty` feature flag (#762)

# Version 0.26.0
## Added ⭐

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crossterm"
version = "0.26.0"
version = "0.26.1"
authors = ["T. Post"]
description = "A crossplatform terminal library for manipulating terminals."
repository = "https://github.com/crossterm-rs/crossterm"
Expand Down Expand Up @@ -66,10 +66,10 @@ signal-hook-mio = { version = "0.2.3", features = ["support-v0_8"] }
# Dev dependencies (examples, ...)
#
[dev-dependencies]
tokio = { version = "1.16", features = ["full"] }
tokio = { version = "1.25", features = ["full"] }
futures = "0.3"
futures-timer = "3.0"
async-std = "1.10"
async-std = "1.12"
serde_json = "1.0"

#
Expand Down

0 comments on commit 1af259f

Please sign in to comment.