mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-24 00:54:17 +02:00
Release v1.4.1 (#140)
This commit is contained in:
parent
d2b5614f1a
commit
30b7c5febc
3 changed files with 18 additions and 2 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -12,6 +12,18 @@ Possible log types:
|
|||
- `[security]` to invite users to upgrade in case of vulnerabilities.
|
||||
|
||||
|
||||
### [v1.4.1][v1.4.1] (2020-09-04)
|
||||
|
||||
- [fixed] Syntax error in zsh completion file ([#138][i138])
|
||||
|
||||
Contributors to this version:
|
||||
|
||||
- [Francesco][@BachoSeven]
|
||||
- [Bruno A. Muciño][@mucinoab]
|
||||
|
||||
Thanks!
|
||||
|
||||
|
||||
### [v1.4.0][v1.4.0] (2020-09-03)
|
||||
|
||||
- [added] Configurable automatic cache updates ([#115][i115])
|
||||
|
|
@ -127,6 +139,7 @@ Thanks!
|
|||
|
||||
[@aldanor]: https://github.com/aldanor
|
||||
[@Atul9]: https://github.com/Atul9
|
||||
[@BachoSeven]: https://github.com/BachoSeven
|
||||
[@Bassets]: https://github.com/Bassets
|
||||
[@Calinou]: https://github.com/Calinou
|
||||
[@das-g]: https://github.com/das-g
|
||||
|
|
@ -143,6 +156,7 @@ Thanks!
|
|||
[@LovecraftianHorror]: https://github.com/LovecraftianHorror
|
||||
[@ma-renaud]: https://github.com/ma-renaud
|
||||
[@michaeldel]: https://github.com/michaeldel
|
||||
[@mucinoab]: https://github.com/mucinoab
|
||||
[@mystal]: https://github.com/mystal
|
||||
[@natpen]: https://github.com/natpen
|
||||
[@niklasmohrin]: https://github.com/niklasmohrin
|
||||
|
|
@ -155,6 +169,7 @@ Thanks!
|
|||
[v1.2.0]: https://github.com/dbrgn/tealdeer/compare/v1.1.0...v1.2.0
|
||||
[v1.3.0]: https://github.com/dbrgn/tealdeer/compare/v1.2.0...v1.3.0
|
||||
[v1.4.0]: https://github.com/dbrgn/tealdeer/compare/v1.3.0...v1.4.0
|
||||
[v1.4.1]: https://github.com/dbrgn/tealdeer/compare/v1.4.0...v1.4.1
|
||||
|
||||
[i34]: https://github.com/dbrgn/tealdeer/issues/34
|
||||
[i43]: https://github.com/dbrgn/tealdeer/issues/43
|
||||
|
|
@ -180,3 +195,4 @@ Thanks!
|
|||
[i112]: https://github.com/dbrgn/tealdeer/issues/112
|
||||
[i113]: https://github.com/dbrgn/tealdeer/issues/113
|
||||
[i115]: https://github.com/dbrgn/tealdeer/issues/115
|
||||
[i138]: https://github.com/dbrgn/tealdeer/issues/138
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1252,7 +1252,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tealdeer"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"app_dirs2",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
|
|||
name = "tealdeer"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/dbrgn/tealdeer/"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", "/screenshot.png", "/bash_tealdeer", "/fish_tealdeer"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue