Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Oct 24, 2022
1 parent b10f8a9 commit 7c371a6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ Possible log types:
- `[chore]` for maintenance work.


### [v1.6.1][v1.6.1] (2022-10-24)

Changes:

- [fixed] Fix path source for custom pages dir ([#297])
- [chore] Update dependendencies ([#299])

Contributors to this version:

- [Cyrus Yip][@CyrusYip]

Thanks!


### [v1.6.0][v1.6.0] (2022-10-02)

It's been 9 months since the last release already! This is not a huge update
Expand Down Expand Up @@ -291,8 +305,9 @@ Thanks!
[@bl-ue]: https://github.com/bl-ue
[@Calinou]: https://github.com/Calinou
[@cam8001]: https://github.com/cam8001
[@cyqsimon]: https://github.com/cyqsimon
[@cho-m]: https://github.com/cho-m
[@cyqsimon]: https://github.com/cyqsimon
[@CyrusYip]: https://github.com/CyrusYip
[@das-g]: https://github.com/das-g
[@dbrgn]: https://github.com/dbrgn
[@Delapouite]: https://github.com/Delapouite
Expand Down Expand Up @@ -337,6 +352,7 @@ Thanks!
[v1.4.1]: https://github.com/dbrgn/tealdeer/compare/v1.4.0...v1.4.1
[v1.5.0]: https://github.com/dbrgn/tealdeer/compare/v1.4.1...v1.5.0
[v1.6.0]: https://github.com/dbrgn/tealdeer/compare/v1.5.0...v1.6.0
[v1.6.1]: https://github.com/dbrgn/tealdeer/compare/v1.6.0...v1.6.1

[i34]: https://github.com/dbrgn/tealdeer/issues/34
[i43]: https://github.com/dbrgn/tealdeer/issues/43
Expand Down Expand Up @@ -401,3 +417,5 @@ Thanks!
[#287]: https://github.com/dbrgn/tealdeer/pull/287
[#290]: https://github.com/dbrgn/tealdeer/pull/290
[#291]: https://github.com/dbrgn/tealdeer/pull/291
[#297]: https://github.com/dbrgn/tealdeer/pull/297
[#299]: https://github.com/dbrgn/tealdeer/pull/299
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
Expand Up @@ -10,7 +10,7 @@ name = "tealdeer"
readme = "README.md"
repository = "https://github.com/dbrgn/tealdeer/"
documentation = "https://dbrgn.github.io/tealdeer/"
version = "1.6.0"
version = "1.6.1"
include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", "/screenshot.png"]
rust-version = "1.62"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/usage.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tealdeer 1.6.0
tealdeer 1.6.1
Danilo Bargen <[email protected]>, Niklas Mohrin <[email protected]>
A fast TLDR client

Expand Down

0 comments on commit 7c371a6

Please sign in to comment.