Skip to content

Commit

Permalink
bump to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Builditluc committed Feb 17, 2023
1 parent 56acbae commit 5a4fc10
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🐛
Expand Down
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 = "wiki-tui"
version = "0.6.3"
version = "0.6.4"
authors = ["builditluc <[email protected]>"]
edition = "2018"
repository = "https://github.com/Builditluc/wiki-tui"
Expand Down

0 comments on commit 5a4fc10

Please sign in to comment.