diff --git a/CHANGELOG.md b/CHANGELOG.md index c34a98c..f8e0a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.5.1] - 2023-11-21 + +### Fixed + +- Display accurate progress for progressbar when downloading ZIP archive ([`02f3e24`](https://github.com/superatomic/tldr-man/commit/02f3e24d9febe5c28da19fde99d30ebf4b6c455c)) + ## [1.5.0] - 2023-11-21 ### Changed @@ -125,6 +131,7 @@ _First release._ +[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 [1.4.0]: https://github.com/superatomic/tldr-man/compare/v1.3.1...v1.4.0 diff --git a/pyproject.toml b/pyproject.toml index 3f82742..973940e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tldr-man" -version = "1.5.0" +version = "1.5.1" 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 596d85c..08d4f60 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.0 +1.5.1