Skip to content

Commit ccaef38

Browse files
authored
Merge pull request #105 from Textualize/version/1.8.1
bump version to 1.8.1
2 parents f832583 + 35ed152 commit ccaef38

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet
11+
12+
## [1.8.1] - 2025-07-04
13+
14+
### Fixed
15+
16+
- "UserWarning: The parameter -j is used more than once" in https://github.com/Textualize/rich-cli/pull/74
17+
- Fixed generic blend text in https://github.com/Textualize/rich-cli/pull/51
18+
1019
### Changed
1120

1221
- Rich-CLI now assumes that the input file is encoded in UTF-8 https://github.com/Textualize/rich-cli/pull/56
22+
- The JSON display mode is now `-J/--json`
23+
- _Python >= 3.9_ is now required, so no more support for 3.7 and 3.8
24+
- Hard-code UTF-8 encoding for the input file in https://github.com/Textualize/rich-cli/pull/56
25+
- Updated pyproject.toml to PEP621 and Poetry 2.* in https://github.com/Textualize/rich-cli/pull/103
1326

1427
## [1.8.0] - 2022-05-07
1528

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "rich-cli"
33
urls.homepage = "https://github.com/Textualize/rich-cli"
4-
version = "1.8.0"
4+
version = "1.8.1"
55
description = "Command Line Interface to Rich"
66
readme = "README.md"
77
license = "MIT"

0 commit comments

Comments
 (0)