Skip to content

Commit

Permalink
chore: release v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Apr 16, 2024
1 parent 452f731 commit c74a64a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.1.10] - 2024-04-16

Compatible with `ratatui`: `v0.26.2`.

MSRV is now `rustc --version`: `1.74.0`.

### Miscellaneous Tasks

- *(deps)* Bump ratatui from 0.26.1 to 0.26.2
- Bump MSRV `1.70.0` -> `1.74.0` [**breaking**]

### Bench

- Add divan back

## [0.1.9] - 2024-03-28

Compatible with `ratatui`: `v0.26.1`.
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.9"
version = "0.1.10"
authors = ["Alexander Kenji Berthold <[email protected]>"]
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:

```sh
[dependencies]
tui-term = "0.1.9"
tui-term = "0.1.10"
```
or use `cargo add`:
```sh
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//!
//! ```toml
//! [dependencies]
//! tui-term = "0.1.0"
//! tui-term = "0.1.10"
//! ```
//!
//! or use `cargo add`:
Expand Down

0 comments on commit c74a64a

Please sign in to comment.