Skip to content

Commit

Permalink
chore: release v0.1.6 (#20)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `crates-tui`: 0.1.5 -> 0.1.6

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.1.6](v0.1.5...v0.1.6)
- 2024-02-11

### Added
- refactor app.rs
([#21](#21))
- Increase spacing between top and bottom in summary

### Fixed
- version string even without git
([#24](#24))

### Other
- Add AUR instructions
([#22](#22))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: Dheepak <1813121+kdheepak@users.noreply.github.com>
  • Loading branch information
kdheepak committed Feb 11, 2024
1 parent 6ed92ea commit df92233
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

### Added
- refactor app.rs ([#21](https://github.com/ratatui-org/crates-tui/pull/21))
- Increase spacing between top and bottom in summary

### Fixed
- version string even without git ([#24](https://github.com/ratatui-org/crates-tui/pull/24))

### Other
- Add AUR instructions ([#22](https://github.com/ratatui-org/crates-tui/pull/22))

## [0.1.5](https://github.com/ratatui-org/crates-tui/compare/v0.1.4...v0.1.5) - 2024-02-09

### Added
Expand Down
6 changes: 3 additions & 3 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.5"
version = "0.1.6"
edition = "2021"
description = "A TUI for crates.io"
license = "MIT"
Expand Down

0 comments on commit df92233

Please sign in to comment.