Skip to content

Commit 8a243cc

Browse files
committed
prepare 0.2.24
1 parent 51b845e commit 8a243cc

File tree

3 files changed

+16
-21
lines changed

3 files changed

+16
-21
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
resolver = "2"
1313

1414
[workspace.package]
15-
version = "0.2.23"
15+
version = "0.2.24"
1616
authors = ["Raphael Amorim <[email protected]>"]
1717
edition = "2021"
1818
license = "MIT"
@@ -28,15 +28,15 @@ readme = "README.md"
2828
# Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
2929
# Sugarloaf example uses path when used locally, but uses
3030
# version from crates.io when published.
31-
teletypewriter = { path = "teletypewriter", version = "0.2.23" }
32-
rio-backend = { path = "rio-backend", version = "0.2.23" }
33-
rio-window = { path = "rio-window", version = "0.2.23", default-features = false }
34-
sugarloaf = { path = "sugarloaf", version = "0.2.23" }
31+
teletypewriter = { path = "teletypewriter", version = "0.2.24" }
32+
rio-backend = { path = "rio-backend", version = "0.2.24" }
33+
rio-window = { path = "rio-window", version = "0.2.24", default-features = false }
34+
sugarloaf = { path = "sugarloaf", version = "0.2.24" }
3535

3636
# Own dependencies
37-
copa = { path = "copa", default-features = true, version = "0.2.23" }
38-
rio-proc-macros = { path = "rio-proc-macros", version = "0.2.23" }
39-
corcovado = { path = "corcovado", version = "0.2.23" }
37+
copa = { path = "copa", default-features = true, version = "0.2.24" }
38+
rio-proc-macros = { path = "rio-proc-macros", version = "0.2.24" }
39+
corcovado = { path = "corcovado", version = "0.2.24" }
4040
raw-window-handle = { version = "0.6.2", features = ["std"] }
4141
parking_lot = { version = "0.12.4", features = [
4242
"nightly",

docs/docs/releases.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ language: 'en'
77

88
## 0.3.0 (unreleased)
99

10-
- Fix IME (Input Method Editor) behavior on macOS to match standard terminal behavior
11-
- Regular keyboard input no longer triggers IME commit events
12-
- Emoji picker input correctly sends IME commit events
13-
- Proper handling of CJK and other IME-based text input
14-
- Aligns with Alacritty and other terminal emulators' IME behavior
1510
- TBD.
1611

1712
## 0.2.24

0 commit comments

Comments
 (0)