File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ### [ 0.1.21] - 2024-08-01
9
+ - Fixed issue where ` using * ` statements with unimported types were causing crashes
10
+ - Changed types.type_key to support UserTypes with a callback
11
+ - Added symtab.TypeNotFound error
12
+ -
13
+
8
14
### [ 0.1.20] - 2024-06-13
9
15
- Fixed issue with AST2 TypeHelper with function types of overriden functions
10
16
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def gen(self):
26
26
27
27
setup (
28
28
name = 'solidity-parser' ,
29
- version = '0.1.20 ' ,
29
+ version = '0.1.21 ' ,
30
30
31
31
install_requires = [
32
32
"antlr4-python3-runtime==4.11.1" ,
You can’t perform that action at this time.
0 commit comments