Skip to content

Commit ef6452e

Browse files
chore: release v0.1.25
1 parent 7b10082 commit ef6452e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.1.25](https://github.com/ratatui/crates-tui/compare/v0.1.24...v0.1.25) - 2025-02-05
11+
12+
### Other
13+
14+
- remove unused deps (#127)
15+
- *(deps)* bump the cargo-dependencies group across 1 directory with 3 updates (#133)
16+
- *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates (#131)
17+
- *(deps)* bump the cargo-dependencies group with 3 updates (#128)
18+
1019
## [0.1.24](https://github.com/ratatui/crates-tui/compare/v0.1.23...v0.1.24) - 2024-12-16
1120

1221
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crates-tui"
3-
version = "0.1.24"
3+
version = "0.1.25"
44
edition = "2021"
55
description = "A TUI for crates.io"
66
license = "MIT"

0 commit comments

Comments
 (0)