Skip to content

Commit

Permalink
bump 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fzxu committed Feb 29, 2020
1 parent 6684d9f commit 66cda24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.4

- Support abi float32 and float64
- Update dependencies

## 0.4.3

- Add model for committed transaction
Expand All @@ -13,7 +18,6 @@ support:

- /v1/chain/get_table_rows


## 0.4.0

- Initial version to support push transaction
Expand Down Expand Up @@ -50,4 +54,3 @@ Supports the following APIs:
## 0.0.1

- Initial version, created by Stagehand

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: eosdart
description: EOSIO-based blockchain RPC API client in Dart language
version: 0.4.3
version: 0.4.4
homepage: https://github.com/primes-network/eosdart
author: primes-network <[email protected]>

environment:
sdk: '>=2.1.0 <3.0.0'
sdk: ">=2.1.0 <3.0.0"

dependencies:
http: ^0.12.0+4
Expand Down

0 comments on commit 66cda24

Please sign in to comment.