Skip to content

Commit

Permalink
Merge pull request #256 from a-kenji/backport
Browse files Browse the repository at this point in the history
chore: Backport from release branch to the development branch
  • Loading branch information
a-kenji authored Nov 16, 2024
2 parents fd4850f + 64a75c1 commit 9833f9e
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 3 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,62 @@

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

## [0.2.0] - 2024-10-26

### Testing

- Add tests to crate so that they can be run on build systems

### Miscellaneous Tasks

- *(deps)* Bump bytes from 1.7.2 to 1.8.0
- *(deps)* Bump once_cell from 1.20.1 to 1.20.2
- *(deps)* Bump cachix/install-nix-action from V27 to 28
- *(deps)* Bump insta from 1.39.0 to 1.40.0
- *(deps)* Bump ratatui from 0.28.0 to 0.28.1
- *(deps)* Bump ratatui from 0.28.1 to 0.29.0

## [0.1.13] - 2024-08-07

### Bug Fixes

- *(uncategorized)* Changelog entry

### Refactor

- *(uncategorized)* Remove deprecated `buf.get_mut()` function
- *(uncategorized)* Prefer `area()` to `size()`

### Miscellaneous Tasks

- *(deps)* Bump bytes from 1.6.0 to 1.7.1
- *(deps)* Bump tokio from 1.38.0 to 1.39.2
- *(deps)* Bump DeterminateSystems/update-flake-lock from 22 to 23
- *(uncategorized)* Update release version
- *(uncategorized)* Update ratatui and crossterm
- *(uncategorized)* Update rust-toolchain -> `1.80.0`
- *(uncategorized)* Format `.deny.toml`
- *(uncategorized)* Move treefmt.toml until upstream fix is in
- *(uncategorized)* Fix typo in a comment

### Continuous Integration

- *(uncategorized)* Remove now obsolete audit check action
- *(uncategorized)* Update darwin runners

### Flake

- *(uncategorized)* Remove now obsolete rust-overlay.flake-utils follows

### Flake.lock

- *(uncategorized)* Update
- *(uncategorized)* Update

### Tools

- *(uncategorized)* Update cargo deny configuration to v2

## [0.1.13] - 2024-08-07

Compatible with `ratatui`: `v0.28.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.13"
version = "0.2.0"
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.11"
tui-term = "0.2.0"
```
or use `cargo add`:
```sh
Expand Down

0 comments on commit 9833f9e

Please sign in to comment.