Skip to content

Commit

Permalink
Merge pull request #125 from a-kenji/v26
Browse files Browse the repository at this point in the history
chore(release): `v0.1.6`
  • Loading branch information
a-kenji authored Dec 18, 2023
2 parents 61d2c8a + fc101f3 commit 8c5e88b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [0.1.5] - 2023-12-18

Compatible with `ratatui`: `v0.25.0`.

### Miscellaneous Tasks

- *(deps)* Bump ratatui from `0.24.0` to `0.25.0` [**breaking**]
- *(doc)* Fix note style
- *(doc)* Fix typo

### Bench

- Init divan

### Examples

- Improve cross platform support

## [0.1.5] - 2023-10-25

Compatible with `ratatui`: `v0.24.0`.
Expand Down
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
@@ -1,7 +1,7 @@
[package]
name = "tui-term"
description = "A pseudoterminal widget for ratatui"
version = "0.1.5"
version = "0.1.6"
authors = ["Alexander Kenji Berthold <aks.kenji@protonmail.com>"]
edition = "2021"
include = [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To use `tui-term`, simply add it as a dependency in your Cargo.toml file:

```
[dependencies]
tui-term = "0.1.0"
tui-term = "0.1.6"
```
or use `cargo add`:
```
Expand Down

0 comments on commit 8c5e88b

Please sign in to comment.