Skip to content

Commit fc101f3

Browse files
committed
chore(release): v0.1.6
This release is compatible with the currently released ratatui: `v0.25.0`.
1 parent 61d2c8a commit fc101f3

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## [0.1.5] - 2023-12-18
6+
7+
Compatible with `ratatui`: `v0.25.0`.
8+
9+
### Miscellaneous Tasks
10+
11+
- *(deps)* Bump ratatui from `0.24.0` to `0.25.0` [**breaking**]
12+
- *(doc)* Fix note style
13+
- *(doc)* Fix typo
14+
15+
### Bench
16+
17+
- Init divan
18+
19+
### Examples
20+
21+
- Improve cross platform support
22+
523
## [0.1.5] - 2023-10-25
624

725
Compatible with `ratatui`: `v0.24.0`.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tui-term"
33
description = "A pseudoterminal widget for ratatui"
4-
version = "0.1.5"
4+
version = "0.1.6"
55
authors = ["Alexander Kenji Berthold <aks.kenji@protonmail.com>"]
66
edition = "2021"
77
include = [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To use `tui-term`, simply add it as a dependency in your Cargo.toml file:
1919

2020
```
2121
[dependencies]
22-
tui-term = "0.1.0"
22+
tui-term = "0.1.6"
2323
```
2424
or use `cargo add`:
2525
```

0 commit comments

Comments
 (0)