Skip to content

Commit

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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 14, 2024
1 parent 3bd15e5 commit 1ee1bc1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.11](https://github.com/ratatui-org/crates-tui/compare/v0.1.10...v0.1.11) - 2024-06-14

### Fixed
- remove unused fields ([#74](https://github.com/ratatui-org/crates-tui/pull/74))

### Other
- *(deps)* bump the cargo-dependencies group across 1 directory with 10 updates ([#73](https://github.com/ratatui-org/crates-tui/pull/73))
- *(deps)* bump the cargo-dependencies group with 2 updates ([#69](https://github.com/ratatui-org/crates-tui/pull/69))
- *(deps)* bump the cargo-dependencies group with 4 updates ([#68](https://github.com/ratatui-org/crates-tui/pull/68))
- *(deps)* bump the cargo-dependencies group with 3 updates ([#66](https://github.com/ratatui-org/crates-tui/pull/66))

## [0.1.10](https://github.com/ratatui-org/crates-tui/compare/v0.1.9...v0.1.10) - 2024-04-26

### Other
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,6 +1,6 @@
[package]
name = "crates-tui"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
description = "A TUI for crates.io"
license = "MIT"
Expand Down

0 comments on commit 1ee1bc1

Please sign in to comment.