From ef6452e3a69f7bb6e2888af20bd7a83f6a470a2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:56:14 +0000 Subject: [PATCH] chore: release v0.1.25 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d81da9d..9de246d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.25](https://github.com/ratatui/crates-tui/compare/v0.1.24...v0.1.25) - 2025-02-05 + +### Other + +- remove unused deps (#127) +- *(deps)* bump the cargo-dependencies group across 1 directory with 3 updates (#133) +- *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates (#131) +- *(deps)* bump the cargo-dependencies group with 3 updates (#128) + ## [0.1.24](https://github.com/ratatui/crates-tui/compare/v0.1.23...v0.1.24) - 2024-12-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index ed4b4c2..b279faf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "crates-tui" -version = "0.1.24" +version = "0.1.25" dependencies = [ "better-panic", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 7a0c4b9..a38e05b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-tui" -version = "0.1.24" +version = "0.1.25" edition = "2021" description = "A TUI for crates.io" license = "MIT"