Skip to content

Commit 7ad16b7

Browse files
authored
chore: release
1 parent 9198605 commit 7ad16b7

File tree

14 files changed

+62
-13
lines changed

14 files changed

+62
-13
lines changed

crates/terminput-crossterm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.8](https://github.com/aschey/terminput/compare/terminput-crossterm-v0.4.7..terminput-crossterm-v0.4.8) - 2025-11-22
6+
7+
### Documentation
8+
9+
- Fix clippy warning about backticks ([#82](https://github.com/aschey/terminput/issues/82)) - ([054c010](https://github.com/aschey/terminput/commit/054c0103ae761fd45d0c20f5228c237c2dd92acf))
10+
11+
512
## [0.4.7](https://github.com/aschey/terminput/compare/terminput-crossterm-v0.4.6..terminput-crossterm-v0.4.7) - 2025-10-10
613

714
### Miscellaneous Tasks

crates/terminput-crossterm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terminput-crossterm"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true
@@ -28,7 +28,7 @@ default-features = false
2828
features = ["events", "bracketed-paste", "windows"]
2929

3030
[dependencies]
31-
terminput = { path = "../terminput", version = "0.5.11" }
31+
terminput = { path = "../terminput", version = "0.5.12" }
3232

3333
[features]
3434
crossterm_0_28 = ["dep:crossterm_0_28"]

crates/terminput-egui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.1](https://github.com/aschey/terminput/compare/terminput-egui-v0.5.0..terminput-egui-v0.5.1) - 2025-11-22
6+
7+
### Documentation
8+
9+
- Fix clippy warning about backticks ([#82](https://github.com/aschey/terminput/issues/82)) - ([054c010](https://github.com/aschey/terminput/commit/054c0103ae761fd45d0c20f5228c237c2dd92acf))
10+
11+
512
## [0.5.0](https://github.com/aschey/terminput/compare/terminput-egui-v0.4.6..terminput-egui-v0.5.0) - 2025-10-10
613

714
### Dependencies

crates/terminput-egui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terminput-egui"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true
@@ -16,7 +16,7 @@ readme = "./README.md"
1616
[dependencies]
1717
egui_0_32 = { package = "egui", version = "0.32", default-features = false, optional = true }
1818
egui_0_33 = { package = "egui", version = "0.33", default-features = false, optional = true }
19-
terminput = { path = "../terminput", version = "0.5.11" }
19+
terminput = { path = "../terminput", version = "0.5.12" }
2020

2121
[features]
2222
egui_0_32 = ["dep:egui_0_32"]

crates/terminput-termina/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.5](https://github.com/aschey/terminput/compare/terminput-termina-v0.1.4..terminput-termina-v0.1.5) - 2025-11-22
6+
7+
### Documentation
8+
9+
- Fix clippy warning about backticks ([#82](https://github.com/aschey/terminput/issues/82)) - ([054c010](https://github.com/aschey/terminput/commit/054c0103ae761fd45d0c20f5228c237c2dd92acf))
10+
11+
512
## [0.1.4](https://github.com/aschey/terminput/compare/terminput-termina-v0.1.3..terminput-termina-v0.1.4) - 2025-10-10
613

714
### Miscellaneous Tasks

crates/terminput-termina/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terminput-termina"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true
@@ -15,7 +15,7 @@ readme = "./README.md"
1515

1616
[dependencies]
1717
termina_0_1 = { package = "termina", version = "0.1", optional = true }
18-
terminput = { path = "../terminput", version = "0.5.11" }
18+
terminput = { path = "../terminput", version = "0.5.12" }
1919

2020
[features]
2121
termina_0_1 = ["dep:termina_0_1"]

crates/terminput-termion/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.8](https://github.com/aschey/terminput/compare/terminput-termion-v0.3.7..terminput-termion-v0.3.8) - 2025-11-22
6+
7+
### Documentation
8+
9+
- Fix clippy warning about backticks ([#82](https://github.com/aschey/terminput/issues/82)) - ([054c010](https://github.com/aschey/terminput/commit/054c0103ae761fd45d0c20f5228c237c2dd92acf))
10+
11+
512
## [0.3.7](https://github.com/aschey/terminput/compare/terminput-termion-v0.3.6..terminput-termion-v0.3.7) - 2025-10-10
613

714
### Miscellaneous Tasks

crates/terminput-termion/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terminput-termion"
3-
version = "0.3.7"
3+
version = "0.3.8"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true
@@ -15,7 +15,7 @@ readme = "./README.md"
1515

1616
[target.'cfg(not(windows))'.dependencies]
1717
termion_4 = { package = "termion", version = "4", optional = true }
18-
terminput = { path = "../terminput", version = "0.5.11" }
18+
terminput = { path = "../terminput", version = "0.5.12" }
1919

2020
[features]
2121
termion_4 = ["dep:termion_4"]

crates/terminput-termwiz/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.8](https://github.com/aschey/terminput/compare/terminput-termwiz-v0.4.7..terminput-termwiz-v0.4.8) - 2025-11-22
6+
7+
### Documentation
8+
9+
- Fix clippy warning about backticks ([#82](https://github.com/aschey/terminput/issues/82)) - ([054c010](https://github.com/aschey/terminput/commit/054c0103ae761fd45d0c20f5228c237c2dd92acf))
10+
11+
512
## [0.4.7](https://github.com/aschey/terminput/compare/terminput-termwiz-v0.4.6..terminput-termwiz-v0.4.7) - 2025-10-10
613

714
### Miscellaneous Tasks

crates/terminput-termwiz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terminput-termwiz"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true
@@ -16,7 +16,7 @@ readme = "./README.md"
1616
[dependencies]
1717
termwiz_0_23 = { package = "termwiz", version = "0.23", optional = true }
1818
termwiz_0_22 = { package = "termwiz", version = "0.22", optional = true }
19-
terminput = { path = "../terminput", version = "0.5.11" }
19+
terminput = { path = "../terminput", version = "0.5.12" }
2020

2121
[features]
2222
termwiz_0_23 = ["dep:termwiz_0_23"]

0 commit comments

Comments
 (0)