mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Release v1.7.2
This commit is contained in:
parent
81a0662dbc
commit
8f433e7774
4 changed files with 19 additions and 3 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -13,6 +13,21 @@ Possible log types:
|
|||
- `[docs]` for documentation changes.
|
||||
- `[chore]` for maintenance work.
|
||||
|
||||
### [v1.7.2][v1.7.2] (2025-03-18)
|
||||
|
||||
This patch release updates the `zip` dependency to mitigate a potential security
|
||||
vulnerability. A successful attack against tealdeer users would require
|
||||
manipulation of the tldr pages archive downloaded during an update. As the
|
||||
archive is downloaded from a trusted source (the tldr-pages organization), it
|
||||
seems very unlikely that running a version of tealdeer prior to 1.7.2 poses a
|
||||
security risk. Nevertheless, it cannot hurt to rule out any chance of an attack
|
||||
by updating tealdeer to version 1.7.2.
|
||||
|
||||
For more details, please see https://github.com/advisories/GHSA-94vh-gphv-8pm8.
|
||||
|
||||
- [security] Require `zip >= 2.3.0`
|
||||
- [chore] Run CI on backport branches and on dispatch
|
||||
|
||||
### [v1.7.1][v1.7.1] (2024-11-14)
|
||||
|
||||
This patch release updates the `yansi` dependency to version 1, so that the
|
||||
|
|
@ -457,6 +472,7 @@ Thanks!
|
|||
[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
|
||||
[v1.7.2]: https://github.com/tealdeer-rs/tealdeer/compare/v1.7.1...v1.7.2
|
||||
|
||||
[i34]: https://github.com/tealdeer-rs/tealdeer/issues/34
|
||||
[i43]: https://github.com/tealdeer-rs/tealdeer/issues/43
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1426,7 +1426,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tealdeer"
|
||||
version = "1.7.1"
|
||||
version = "1.7.2"
|
||||
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.1"
|
||||
version = "1.7.2"
|
||||
include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", "/screenshot.png", "completion/*"]
|
||||
rust-version = "1.75"
|
||||
edition = "2021"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
tealdeer 1.7.1: A fast TLDR client
|
||||
tealdeer 1.7.2: A fast TLDR client
|
||||
Danilo Bargen <mail@dbrgn.ch>, Niklas Mohrin <dev@niklasmohrin.de>
|
||||
|
||||
Usage: tldr [OPTIONS] [COMMAND]...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue