Skip to content

Commit a77e18c

Browse files
committed
chore: bump version and update changelogs
1 parent a1d3cf5 commit a77e18c

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

README.md

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -78,23 +78,27 @@ python pyinjective/fetch_metadata.py
7878

7979

8080
### Changelogs
81+
**0.5.6.2**
82+
* Add authz support in composer and client
83+
* Add historical rewards for Trade & Earn
84+
8185
**0.5.6.1**
8286
* Add devnet ini to local env
8387

8488
**0.5.6.0**
85-
* add local env in networks
89+
* Add local env in networks
8690

8791
**0.5.5.9**
88-
* add MsgBatchUpdateOrders to the composer
89-
* add skip/limit parameters to funding payments
92+
* Add MsgBatchUpdateOrders to the composer
93+
* Add skip/limit parameters to funding payments
9094

9195
**0.5.5.8**
92-
* fix stream_bids in async client
93-
* add more messages in MsgResponses for simulation
96+
* Fix stream_bids in async client
97+
* Add more messages in MsgResponses for simulation
9498

9599
**0.5.5.5**
96100
* Refactor LCD endpoints
97-
* regen ini files
101+
* Regen ini files
98102

99103
**0.5.5.1**
100104
* Add ATOM back to denoms_mainnet.ini
@@ -109,26 +113,25 @@ python pyinjective/fetch_metadata.py
109113
* Added reduce-only orders to the composer and updated examples
110114

111115
**0.5.3**
112-
* add skip, and limit to trade request
116+
* Add skip, and limit to trade request
113117

114118
**0.5.2**
115-
* add sync init_num_seq, changed previous init_num_seq to async_init_num_seq
116-
* add staging mainnet endpoint, update market metadata
117-
* protobuf regen
118-
* response parser improvements
119-
* fix type hints
119+
* Add sync init_num_seq, changed previous init_num_seq to async_init_num_seq
120+
* Add staging mainnet endpoint, update market metadata
121+
* Protobuf regen
122+
* Response parser improvements
123+
* Fix type hints
120124

121125
**0.5.1**
122-
* add AsyncClient
123-
* add MetaRPC API
126+
* Add AsyncClient
127+
* Add MetaRPC API
124128

125129
**0.4.8**
126-
127-
* add tokyo as optional API node option for mainnet
128-
* improve conversion utils, include gas estimation in simulation response
129-
* update exchange client
130-
* add display fields, update ini files, fix derv quantity conversion
131-
* minor format fixes
130+
* Add tokyo as optional API node option for mainnet
131+
* Improve conversion utils, include gas estimation in simulation response
132+
* Update exchange client
133+
* Add display fields, update ini files, fix derv quantity conversion
134+
* Minor format fixes
132135

133136
**0.4.5**
134137
* Wrap exchange grpc client into Client class.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.5.6.1"
20+
VERSION = "0.5.6.2"
2121

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)