From 49d3db1cee8e3a0c74217e95fd1200b0595d0810 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:25:21 -0700 Subject: [PATCH] chore: release v0.1.20 (#101) chore: release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a39cb..709fbef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.20](https://github.com/ratatui/crates-tui/compare/v0.1.19...v0.1.20) - 2024-09-02 + +### Other +- Better help page ([#94](https://github.com/ratatui/crates-tui/pull/94)) + ## [0.1.19](https://github.com/ratatui/crates-tui/compare/v0.1.18...v0.1.19) - 2024-09-02 ### Other diff --git a/Cargo.lock b/Cargo.lock index 75e076f..6ee40f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,7 +501,7 @@ dependencies = [ [[package]] name = "crates-tui" -version = "0.1.19" +version = "0.1.20" dependencies = [ "better-panic", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 6d899a7..a7ea2e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-tui" -version = "0.1.19" +version = "0.1.20" edition = "2021" description = "A TUI for crates.io" license = "MIT"