From 2492d6d539924d68ec2144c4be873019b799ef49 Mon Sep 17 00:00:00 2001 From: Olivia Kinnear <51250849+superatomic@users.noreply.github.com> Date: Fri, 29 Mar 2024 22:38:21 -0500 Subject: [PATCH] Increment version to `1.5.2` --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- tldr-man.1 | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e0a9b..e99169e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.2] - 2024-03-29 + +### Fixed + +- Update archive url to new location ([tldr-pages/tldr v2.2](https://github.com/tldr-pages/tldr/releases/tag/v2.2), [`747cf41`](https://github.com/superatomic/tldr-man/commit/747cf4113cc844880d86b373b1abcee28094d5ab)) +- Use a nicer error message when `pandoc` fails ([`26aa2cd`](https://github.com/superatomic/tldr-man/commit/26aa2cdd3546bd5ed02c06886ef573662853d6e3)) + ## [1.5.1] - 2023-11-21 ### Fixed @@ -131,6 +138,7 @@ _First release._ +[1.5.2]: https://github.com/superatomic/tldr-man/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/superatomic/tldr-man/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/superatomic/tldr-man/compare/v1.4.1...v1.5.0 [1.4.1]: https://github.com/superatomic/tldr-man/compare/v1.4.0...v1.4.1 diff --git a/pyproject.toml b/pyproject.toml index 973940e..fd87a3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tldr-man" -version = "1.5.1" +version = "1.5.2" description = "Command-line TLDR client that displays tldr-pages as manpages" license = 'Apache-2.0' readme = "README.md" diff --git a/tldr-man.1 b/tldr-man.1 index 08d4f60..91327eb 100644 --- a/tldr-man.1 +++ b/tldr-man.1 @@ -292,4 +292,4 @@ Licensed under the Apache License, Version 2.0 .BR pandoc (1), .BR man\-pages (7) .SH "VERSION" -1.5.1 +1.5.2