Skip to content

Commit

Permalink
Increment version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
superatomic committed Aug 27, 2023
1 parent 430e7ca commit ffdd7d3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.4.1] - 2023-08-27

### Changed

- Change error message for when the cache directory contains non-cache files ([`8342da2`](https://github.com/superatomic/tldr-man/commit/8342da2b019b22a618ecf4daeeb4e95d4103e471))

### Fixed

- Enable ANSI color when displaying help information when the environment variable `NO_COLOR` is an empty string ([click-contrib/click-help-colors#21](https://github.com/click-contrib/click-help-colors/pull/21), [`40aa283`](https://github.com/superatomic/tldr-man/commit/40aa283fa7a58008e03bf8caaa3b24fbe8e85bfc))
- Ensure that filenames can be displayed in error messages by replacing any invalid bytes or surrogate escapes with a replacement character ([`9286a6e`](https://github.com/superatomic/tldr-man/commit/9286a6eddf5a96a616811e4d923fc8249dfdc95b))

## [1.4.0] - 2023-08-18

### Changed
Expand Down Expand Up @@ -92,6 +103,7 @@

_First release._

[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
[1.3.1]: https://github.com/superatomic/tldr-man/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/superatomic/tldr-man/compare/v1.2.0...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tldr-man"
version = "1.4.0"
version = "1.4.1"
description = "Command-line TLDR client that displays tldr-pages as manpages"
license = 'Apache-2.0'
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tldr-man.1
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@ Licensed under the Apache License, Version 2.0
.BR pandoc (1),
.BR man\-pages (7)
.SH "VERSION"
1.4.0
1.4.1

0 comments on commit ffdd7d3

Please sign in to comment.