Skip to content

Commit

Permalink
chore(release): prepare for 0.6.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored Jul 31, 2024
1 parent f304248 commit 8d93aa9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project _somewhat_ adheres to [Semantic Versioning](https://semver.org/

## [Unreleased]

## [0.6.0] - 2024-07-28

- Support searching by hex
- Remove 0x searching functionality
- Bump ratatui from 0.26.1 to 0.26.2

## [0.5.0] - 2023-04-08

- Fixed a bug where '--version' did not print `heh`'s version (thanks for the report, [@davidak](https://github.com/davidak))
Expand Down Expand Up @@ -38,4 +44,4 @@ and this project _somewhat_ adheres to [Semantic Versioning](https://semver.org/
- MSRV bumped from 1.64.0 to 1.65.0
- memmap2 and crossbeam added as dependencies
- There was an error with CI that was fixed
- This release is 1191568 bytes on my machine, up from 1121936 in 0.3.0
- This release is 1191568 bytes on my machine, up from 1121936 in 0.3.0
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 = "heh"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "A cross-platform terminal UI used for modifying file data in hex or ASCII."
readme = "README.md"
Expand Down

0 comments on commit 8d93aa9

Please sign in to comment.