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 0632beb commit d878f09Copy full SHA for d878f09
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
The Changelog starts with v0.4.1, because we did not keep one before that,
8
and simply didn't have the time to go back and retroactively create one.
9
10
+## [Unreleased]
11
+### Fixed
12
+- Fixed `shlex.join` use with non-str type objects (e.g. `RemotePath`)
13
+- Fixed `set` command use with incorrect keys (e.g. `set invalid value`)
14
+
15
+### Added
16
+- Added missed `PlatformError` for `upload` command (e.g. "no gtfobins writers available")
17
18
## [0.5.4] - 2022-01-27
19
Bug fix for the `load` command.
20
0 commit comments