Skip to content

Commit

Permalink
Update to v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Apr 26, 2019
1 parent 223c9e8 commit b337215
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=======================================
Welcome to python-binance-chain v0.1.10
Welcome to python-binance-chain v0.1.11
=======================================

.. image:: https://img.shields.io/pypi/v/python-binance-chain.svg
Expand Down
2 changes: 1 addition & 1 deletion binance_chain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""

__version__ = '0.1.10'
__version__ = '0.1.11'
39 changes: 23 additions & 16 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
Changelog
=========

v0.1.10 - 2010-04-24
v0.1.11 - 2019-04-27
^^^^^^^^^^^^^^^^^^^^

**Added**

- Ledger Hardware wallet support for signing transactions

v0.1.10 - 2019-04-24
^^^^^^^^^^^^^^^^^^^^

**Fixed**

- Connecting to secure and insecure websocket connections

v0.1.9 - 2010-04-23
v0.1.9 - 2019-04-23
^^^^^^^^^^^^^^^^^^^

**Added**
Expand All @@ -21,7 +28,7 @@ v0.1.9 - 2010-04-23
- coveralls report
- small fixes

v0.1.8 - 2010-04-21
v0.1.8 - 2019-04-21
^^^^^^^^^^^^^^^^^^^

**Added**
Expand All @@ -39,43 +46,43 @@ v0.1.8 - 2010-04-21
- Use of enums in request params
- Some deprecation warnings

v0.1.7 - 2010-04-18
v0.1.7 - 2019-04-18
^^^^^^^^^^^^^^^^^^^

**Updated**

- fix package


v0.1.6 - 2010-04-17
v0.1.6 - 2019-04-17
^^^^^^^^^^^^^^^^^^^

**Updated**

- fix package requirement versions

v0.1.5 - 2010-04-17
v0.1.5 - 2019-04-17
^^^^^^^^^^^^^^^^^^^

**Fixed**

- signing module imported

v0.1.4 - 2010-04-16
v0.1.4 - 2019-04-16
^^^^^^^^^^^^^^^^^^^

**Fixed**

- Issue with protobuf file

v0.1.3 - 2010-04-16
v0.1.3 - 2019-04-16
^^^^^^^^^^^^^^^^^^^

**Added**

- Wallet methods for Binance Signing Service v0.0.2

v0.1.2 - 2010-04-14
v0.1.2 - 2019-04-14
^^^^^^^^^^^^^^^^^^^

**Added**
Expand All @@ -86,14 +93,14 @@ v0.1.2 - 2010-04-14

- Cleaned up TransferMsg as from_address is found from wallet instance

v0.1.1 - 2010-04-13
v0.1.1 - 2019-04-13
^^^^^^^^^^^^^^^^^^^

**Added**

- Broadcast message taking signed hex data

v0.1.0 - 2010-04-11
v0.1.0 - 2019-04-11
^^^^^^^^^^^^^^^^^^^

**Added**
Expand All @@ -105,7 +112,7 @@ v0.1.0 - 2010-04-11
- Transfer message implementation
- Message broadcast over Node RPC

v0.0.5 - 2010-04-08
v0.0.5 - 2019-04-08
^^^^^^^^^^^^^^^^^^^

**Added**
Expand All @@ -119,31 +126,31 @@ v0.0.5 - 2010-04-08

- Refactored modules and tidied up message creation and wallets

v0.0.4 - 2010-04-07
v0.0.4 - 2019-04-07
^^^^^^^^^^^^^^^^^^^

**Added**

- Wallet initialise from private key or mnemonic string
- Create wallet by generating a mnemonic

v0.0.3 - 2010-04-06
v0.0.3 - 2019-04-06
^^^^^^^^^^^^^^^^^^^

**Added**

- Transaction Broadcasts
- Generated Docs

v0.0.2 - 2010-04-04
v0.0.2 - 2019-04-04
^^^^^^^^^^^^^^^^^^^

**Added**

- NodeRPC implementation
- Websockets

v0.0.1 - 2010-02-24
v0.0.1 - 2019-02-24
^^^^^^^^^^^^^^^^^^^

- HTTP API Implementation

0 comments on commit b337215

Please sign in to comment.