diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0ac5d1..7f69629e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v0.6.4 (Fri Feb 17 2023) + +#### Bug Fixes 🐛 + +- Fix disambiguations not being shown [#160](https://github.com/Builditluc/wiki-tui/pull/160) ([@Builditluc](https://github.com/Builditluc)) +- Fix whitespace at the top of some articles [#159](https://github.com/Builditluc/wiki-tui/pull/159) ([@Builditluc](https://github.com/Builditluc)) +- Fix no redirect messages being shown [#158](https://github.com/Builditluc/wiki-tui/pull/158) ([@Builditluc](https://github.com/Builditluc)) + +#### CI Pipeline and Dependency Updates + +- Add changelog and use auto for creating releases [#156](https://github.com/Builditluc/wiki-tui/pull/156) ([@Builditluc](https://github.com/Builditluc)) + +#### Authors: 1 + +- [@Builditluc](https://github.com/Builditluc) + +--- + # v0.6.3 (Thu Feb 16 2023) #### Bug Fixes 🐛 diff --git a/Cargo.lock b/Cargo.lock index 07056c9a..cfd6f5d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2152,7 +2152,7 @@ dependencies = [ [[package]] name = "wiki-tui" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 8eeea036..09dce4b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wiki-tui" -version = "0.6.3" +version = "0.6.4" authors = ["builditluc <37375448+Builditluc@users.noreply.github.com>"] edition = "2018" repository = "https://github.com/Builditluc/wiki-tui"