Skip to content

Commit

Permalink
fix: revert version to allow for cargo release to bump it
Browse files Browse the repository at this point in the history
  • Loading branch information
sstadick committed Apr 15, 2024
1 parent f793bdd commit 2672318
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.10.0

- [feat](https://github.com/sstadick/hck/pull/84) Update deps from @0323pin

## v0.8.0

- [Bugfix](https://github.com/sstadick/hck/issues/59) Fixed output column reordering
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "hck"
version = "0.10.0"
version = "0.9.2"
authors = ["Seth Stadick <[email protected]>"]
license = "Unlicense OR MIT"
repository = "https://github.com/sstadick/hck"
Expand Down

0 comments on commit 2672318

Please sign in to comment.