Skip to content

Commit

Permalink
chore: release v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed May 4, 2024
1 parent 5b41df4 commit 964b084
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## [0.1.11] - 2024-05-04

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

While not a breaking change, consumers that implement the `Screen`
trait may want to look into how the underlying implementation changed in #182.

### Bug Fixes

- Render cells correctly that have no content but styles

### Continuous Integration

- *(fix)* Correct the buildbot base branch

### Examples

- Show cursor on focused pane in the `smux` example
- `smux` handle control characters

## [0.1.10] - 2024-04-16

Compatible with `ratatui`: `v0.26.2`.
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.10"
version = "0.1.11"
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:

```sh
[dependencies]
tui-term = "0.1.10"
tui-term = "0.1.11"
```
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.10"
//! tui-term = "0.1.11"
//! ```
//!
//! or use `cargo add`:
Expand Down

0 comments on commit 964b084

Please sign in to comment.