File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
## [ Unreleased]
9
9
- Placeholder
10
10
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
+
11
16
## [ 0.8.1] - 2017-10-24
12
17
- Add ` --csvseparator ` option (idea from B00m)
13
18
@@ -170,7 +175,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
170
175
### Changed
171
176
- API key file location moved to '~ /.config/clikraken/kraken.key'
172
177
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
174
180
[ 0.8.1 ] : https://github.com/zertrin/clikraken/compare/0.8.0...0.8.1
175
181
[ 0.8.0 ] : https://github.com/zertrin/clikraken/compare/0.7.0...0.8.0
176
182
[ 0.7.0 ] : https://github.com/zertrin/clikraken/compare/0.6.2...0.7.0
Original file line number Diff line number Diff line change 7
7
__summary__ = "Command-line client for the Kraken exchange"
8
8
__url__ = "https://github.com/zertrin/clikraken"
9
9
10
- __version__ = "0.8.1 "
10
+ __version__ = "0.8.2 "
11
11
12
12
__author__ = "Marc Gallet"
13
13
You can’t perform that action at this time.
0 commit comments