diff options
author | Niklas Mohrin <dev@niklasmohrin.de> | 2024-11-14 22:11:34 +0100 |
---|---|---|
committer | Niklas Mohrin <dev@niklasmohrin.de> | 2024-11-14 22:11:34 +0100 |
commit | 1d9153e37e131ca56071213ba40ec01b16158ebf (patch) | |
tree | c73fe87ad3f98ccc76c8933e959600402553502a | |
parent | d719f21f7bf8354f6475fe23ee844bc17640d92a (diff) |
-rw-r--r-- | CHANGELOG.md | 17 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | docs/src/usage.txt | 2 |
4 files changed, 20 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b1419..04fdd4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,21 @@ Possible log types: - `[docs]` for documentation changes. - `[chore]` for maintenance work. +### [v1.7.1][v1.7.1] (2024-11-14) + +This patch release updates the `yansi` dependency to version 1, so that the +previous versions of `yansi` can be removed from the package sets of Linux +distributions. This change should not impact the behavior of tealdeer. + +Changes: + +- [chore] Upgrade yansi: 0.5.1 -> 1.0.1 ([#389]) + +Contributors to this version: + +- [Blair Noctis][@nc7s] + +Thanks! ### [v1.7.0][v1.7.0] (2024-10-02) @@ -441,6 +456,7 @@ Thanks! [v1.6.0]: https://github.com/tealdeer-rs/tealdeer/compare/v1.5.0...v1.6.0 [v1.6.1]: https://github.com/tealdeer-rs/tealdeer/compare/v1.6.0...v1.6.1 [v1.7.0]: https://github.com/tealdeer-rs/tealdeer/compare/v1.6.1...v1.7.0 +[v1.7.1]: https://github.com/tealdeer-rs/tealdeer/compare/v1.7.0...v1.7.1 [i34]: https://github.com/tealdeer-rs/tealdeer/issues/34 [i43]: https://github.com/tealdeer-rs/tealdeer/issues/43 @@ -524,3 +540,4 @@ Thanks! [#354]: https://github.com/tealdeer-rs/tealdeer/pull/354 [#355]: https://github.com/tealdeer-rs/tealdeer/pull/355 [#362]: https://github.com/tealdeer-rs/tealdeer/pull/362 +[#389]: https://github.com/tealdeer-rs/tealdeer/pull/389 @@ -1426,7 +1426,7 @@ dependencies = [ [[package]] name = "tealdeer" -version = "1.7.0" +version = "1.7.1" dependencies = [ "anyhow", "app_dirs2", @@ -10,7 +10,7 @@ name = "tealdeer" readme = "README.md" repository = "https://github.com/tealdeer-rs/tealdeer/" documentation = "https://tealdeer-rs.github.io/tealdeer/" -version = "1.7.0" +version = "1.7.1" include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", "/screenshot.png", "completion/*"] rust-version = "1.75" edition = "2021" diff --git a/docs/src/usage.txt b/docs/src/usage.txt index 9307a40..5129fbe 100644 --- a/docs/src/usage.txt +++ b/docs/src/usage.txt @@ -1,4 +1,4 @@ -tealdeer 1.7.0: A fast TLDR client +tealdeer 1.7.1: A fast TLDR client Danilo Bargen <mail@dbrgn.ch>, Niklas Mohrin <dev@niklasmohrin.de> Usage: tldr [OPTIONS] [COMMAND]... |