Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgille committed Jul 16, 2019
1 parent 44667f1 commit c16aab6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
vNext
-----

v0.2.0 (2019-07-16)
-------------------

- Added: Decoding of an account state and resource into proper objects (issue [#1](https://github.com/philippgille/libra-sdk-go/issues/1))
- New struct `libra.AccountState` contains the blob (raw bytes) as well as a decoded `AccountResource`
- New struct `libra.AccountResource` contains the account's balance, auth key, sent and received events, as well as sequence number
Expand All @@ -22,7 +25,7 @@ vNext
- The return type of `Client.GetAccountState(accountAddr string)` was changed from `([]byte, error)` to `(AccountState, error)` (for issue [#1](https://github.com/philippgille/libra-sdk-go/issues/1))

v0.1.0 (2019-06-23)
---------------------
-------------------

Initial release.

Expand Down

0 comments on commit c16aab6

Please sign in to comment.