We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e894318 commit bd09855Copy full SHA for bd09855
CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.5.2] - 2022-08-17
8
+
9
+### Changed
10
11
+- Swapped out ASCII art library from 'art' to 'PyFiglet' because the former was not yet present in conda-forge.
12
13
+### Fixed
14
15
+- Some leftover parameter was forgotten during cleanup, breaking CLI functionality
16
+- CLI progressbar was broken due to a boolean check with task ID 0.
17
18
19
## [0.5.1] - 2022-08-16
20
0 commit comments