-
-
Notifications
You must be signed in to change notification settings - Fork 87
Releases: python-poetry/cleo
Releases · python-poetry/cleo
2.1.0
@sdispater
sdispater
2.1.0
This tag was signed with the committer’s verified signature.
neersighted
Bjorn Neergaard
SSH Key Fingerprint: UH0VAgDz2iV6IIhDhAv5FGLsf4K/5U1B9f9uKfstCDw
Verified
Learn about vigilant mode.
2.0.1
@sdispater
sdispater
2.0.1
This tag was signed with the committer’s verified signature.
neersighted
Bjorn Neergaard
SSH Key Fingerprint: UH0VAgDz2iV6IIhDhAv5FGLsf4K/5U1B9f9uKfstCDw
Verified
Learn about vigilant mode.
Assets 2
5 people reacted
2.0.0
@sdispater
sdispater
2.0.0
This tag was signed with the committer’s verified signature.
neersighted
Bjorn Neergaard
SSH Key Fingerprint: UH0VAgDz2iV6IIhDhAv5FGLsf4K/5U1B9f9uKfstCDw
Verified
Learn about vigilant mode.
No source code changes.
This is a version-only release to replace 1.0.0, which was yanked on the grounds that it was incompatible with real dependents (i.e. Poetry) based on their version specifiers, which explicitly included 1.0.0 pre-releases.
Assets 2
2 people reacted
1.0.0
@neersighted
neersighted
1.0.0
This tag was signed with the committer’s verified signature.
neersighted
Bjorn Neergaard
SSH Key Fingerprint: UH0VAgDz2iV6IIhDhAv5FGLsf4K/5U1B9f9uKfstCDw
Verified
Learn about vigilant mode.
Key points
- Supported Python versions are now 3.7 up to 3.11.
cleois now fully type-checked.cleono longer depends onclikit.
Changed
- Replaced
Terminalclass withshutil.get_terminal_size()from standard library
(#175). - Exceptions are now Errors (#179).
pylevwas dropped in favor of much fasterrapidfuzz(#173).- Default error verbosity was reduced (#132 & #166).
Removed
- Removed doc comment-based command configuration notation
(#239).
Fixed
--no-interactionis now automatically set when running in non-TTY terminals (#245).- Generated completions will no longer cause shell errors for namespaced commands (#247).
- Using
^Cwhile autocompletingQuestionanswer will no longer break terminal (#240). - Namespaced commands no longer reset interactive state (#234).
- Fixed underlying regex that caused CVE-2022-42966 (#285).
Assets 2
1.0.0a5
Release 1.0.0a5
Assets 2
6 people reacted