Skip to content

Commit

Permalink
chore: release v0.1.7 (#29)
Browse files Browse the repository at this point in the history
chore: release

Signed-off-by: Dheepak <[email protected]>
  • Loading branch information
kdheepak authored Feb 12, 2024
1 parent fb81b8d commit 02f4b86
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.7](https://github.com/ratatui-org/crates-tui/compare/v0.1.6...v0.1.7) - 2024-02-12

### Other
- clippy ([#32](https://github.com/ratatui-org/crates-tui/pull/32))
- simplify help.rs ([#27](https://github.com/ratatui-org/crates-tui/pull/27))
- *(deps)* bump chrono from 0.4.33 to 0.4.34 ([#30](https://github.com/ratatui-org/crates-tui/pull/30))
- *(deps)* bump ratatui from 0.26.1-alpha.1 to 0.26.1 ([#31](https://github.com/ratatui-org/crates-tui/pull/31))
- remove the specific crossterm events ([#28](https://github.com/ratatui-org/crates-tui/pull/28))

## [0.1.6](https://github.com/ratatui-org/crates-tui/compare/v0.1.5...v0.1.6) - 2024-02-11

### Added
Expand Down
26 changes: 13 additions & 13 deletions 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,6 +1,6 @@
[package]
name = "crates-tui"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
description = "A TUI for crates.io"
license = "MIT"
Expand Down

0 comments on commit 02f4b86

Please sign in to comment.