Skip to content

Commit 7ce2d65

Browse files
committed
Release 0.8.2
1 parent 54093fd commit 7ce2d65

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99
- Placeholder
1010

11+
## [0.8.2] - 2017-12-13
12+
- Add `-r`/`--userref` param to `place` command (by citec)
13+
- Change handling of ValueError on invalid response of the API to error log level.
14+
- Gracefully handle missing fields for the trade balance summary
15+
1116
## [0.8.1] - 2017-10-24
1217
- Add `--csvseparator` option (idea from B00m)
1318

@@ -170,7 +175,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
170175
### Changed
171176
- API key file location moved to '~/.config/clikraken/kraken.key'
172177

173-
[Unreleased]: https://github.com/zertrin/clikraken/compare/0.8.1...HEAD
178+
[Unreleased]: https://github.com/zertrin/clikraken/compare/0.8.2...HEAD
179+
[0.8.2]: https://github.com/zertrin/clikraken/compare/0.8.1...0.8.2
174180
[0.8.1]: https://github.com/zertrin/clikraken/compare/0.8.0...0.8.1
175181
[0.8.0]: https://github.com/zertrin/clikraken/compare/0.7.0...0.8.0
176182
[0.7.0]: https://github.com/zertrin/clikraken/compare/0.6.2...0.7.0

src/clikraken/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__summary__ = "Command-line client for the Kraken exchange"
88
__url__ = "https://github.com/zertrin/clikraken"
99

10-
__version__ = "0.8.1"
10+
__version__ = "0.8.2"
1111

1212
__author__ = "Marc Gallet"
1313
__email__ = "[email protected]"

0 commit comments

Comments
 (0)