From 30b7c5febc2f51bd4db824f80586ba4b140fff26 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Fri, 4 Sep 2020 12:25:37 +0200 Subject: [PATCH] Release v1.4.1 (#140) --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- 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 diff --git a/Cargo.lock b/Cargo.lock index dab479a..76cbdf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,7 +1252,7 @@ dependencies = [ [[package]] name = "tealdeer" -version = "1.4.0" +version = "1.4.1" dependencies = [ "ansi_term", "app_dirs2", diff --git a/Cargo.toml b/Cargo.toml index 8d5b6be..41eaf0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"