Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nardew committed Jun 26, 2021
1 parent 681e904 commit 951a69d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html

## [Pending release]

## [5.1.4] - 2021-06-26

### Added

- `bitpanda` supports cancellation of all orders via websockets (`CancelAllOrdersMessage`, `AutoCancelAllOrdersMessage`, `DeactivateAutoCancelAllOrdersMessage`)

### Fixed

- `bitvavo` trades websocket messages routed to callbacks properly

## [5.1.3] - 2021-06-11

### Fixed
Expand Down Expand Up @@ -175,7 +185,8 @@ bitvavo.enums.CandelstickInterval -> bitvavo.enums.CandlestickInterval

The official release of `cryptoxlib-aio`.

[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.3...HEAD
[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.4...HEAD
[5.1.4]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.3...5.1.4
[5.1.3]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.2...5.1.3
[5.1.2]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.1...5.1.2
[5.1.1]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.0...5.1.1
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cryptoxlib-aio 5.1.3
# cryptoxlib-aio 5.1.4

![](https://img.shields.io/badge/python-3.6-blue.svg) ![](https://img.shields.io/badge/python-3.7-blue.svg) ![](https://img.shields.io/badge/python-3.8-blue.svg) ![](https://img.shields.io/badge/python-3.9-blue.svg)

Expand All @@ -8,6 +8,7 @@

### What's been recently added

- `bitpanda` cancellation of all orders via websockets
- `binance` BSwap (liquidity pools) endpoints
- `binance` leveraged token endpoints
- `binance` COIN-M futures endpoints
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="cryptoxlib-aio",
version="5.1.3",
version="5.1.4",
author="nardew",
author_email="cryptoxlib.aio@gmail.com",
description="Cryptoexchange asynchronous python client",
Expand Down

0 comments on commit 951a69d

Please sign in to comment.