diff options
author | Danilo Bargen <mail@dbrgn.ch> | 2020-09-04 12:25:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 12:25:37 +0200 |
commit | 30b7c5febc2f51bd4db824f80586ba4b140fff26 (patch) | |
tree | fbb76fa29c99198e60dd5a2b78fe5760cd7714bf | |
parent | d2b5614f1a4d91ed4c1c2135105b9f176cfe8759 (diff) |
Release v1.4.1 (#140)v1.4.1
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 18 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 750bc66..14718ee 100644 --- a/CHANGELOG.md +++ b/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 @@ -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" |