diff --git a/CHANGELOG.md b/CHANGELOG.md index b90c979..bab89e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 429c5d1..6979b1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "hck" -version = "0.10.0" +version = "0.9.2" dependencies = [ "anyhow", "bstr 1.9.1", diff --git a/Cargo.toml b/Cargo.toml index afee485..57f9a0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "hck" -version = "0.10.0" +version = "0.9.2" authors = ["Seth Stadick "] license = "Unlicense OR MIT" repository = "https://github.com/sstadick/hck"