Skip to content

Commit

Permalink
Release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Nov 14, 2024
1 parent d719f21 commit 1d9153e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/usage.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tealdeer 1.7.0: A fast TLDR client
tealdeer 1.7.1: A fast TLDR client
Danilo Bargen <[email protected]>, Niklas Mohrin <[email protected]>

Usage: tldr [OPTIONS] [COMMAND]...
Expand Down

0 comments on commit 1d9153e

Please sign in to comment.