Skip to content

Commit

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

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

<blockquote>

##
[0.1.5](v0.1.4...v0.1.5)
- 2024-02-09

### Added
- Show cargo copy in demo
- Show help in demo
- Add vhs tape
- Better help menu with offset and UX for new users
- Add Action::Ignore

### Fixed
- Don't update crate info when scrolling help
- Change resolution in tape
- Missing enter in vhs tape

### Other
- Update gitignore to only ignore log files
- Update README.md with new demo
- more tweaks to the demo by scrolling help
- Tweak resolution and timing of the demo
- Increase resolution of demo
- Change demo to move up faster at the end
</blockquote>


</p></details>

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

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

## [Unreleased]

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

### Added
- Show cargo copy in demo
- Show help in demo
- Add vhs tape
- Better help menu with offset and UX for new users
- Add Action::Ignore

### Fixed
- Don't update crate info when scrolling help
- Change resolution in tape
- Missing enter in vhs tape

### Other
- Update gitignore to only ignore log files
- Update README.md with new demo
- more tweaks to the demo by scrolling help
- Tweak resolution and timing of the demo
- Increase resolution of demo
- Change demo to move up faster at the end

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

### Fixed
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.4"
version = "0.1.5"
edition = "2021"
description = "A TUI for crates.io"
license = "MIT"
Expand Down

0 comments on commit 214d28c

Please sign in to comment.