mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Release v1.6.1
This commit is contained in:
parent
b10f8a9485
commit
7c371a6852
4 changed files with 22 additions and 4 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1099,7 +1099,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tealdeer"
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"app_dirs2",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
tealdeer 1.6.0
|
||||
tealdeer 1.6.1
|
||||
Danilo Bargen <mail@dbrgn.ch>, Niklas Mohrin <dev@niklasmohrin.de>
|
||||
A fast TLDR client
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue