File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77## [ Unreleased]
88 - TBD
99
10+ ## [ 1.2.0] - 07.03.2022
11+ - [ On contract builld, reveal imported functions and check compatibility] ( https://github.com/ElrondNetwork/elrond-sdk-erdpy/pull/111 )
12+
1013## [ 1.1.0] - 01.03.2022
1114 - [ Add reports: contract sizes and twiggy symbol checks] ( https://github.com/ElrondNetwork/elrond-sdk-erdpy/pull/106 )
1215 - [ Add ` --recursive ` option on contract build] ( https://github.com/ElrondNetwork/elrond-sdk-erdpy/pull/104 )
Original file line number Diff line number Diff line change 1- __version__ = "1.1 .0"
1+ __version__ = "1.2 .0"
Original file line number Diff line number Diff line change 33with open ("README.md" , "r" ) as fh :
44 long_description = "https://github.com/ElrondNetwork/elrond-sdk-erdpy"
55
6- VERSION = "1.1 .0"
6+ VERSION = "1.2 .0"
77
88try :
99 with open ('./erdpy/_version.py' , 'wt' ) as versionfile :
You can’t perform that action at this time.
0 commit comments