Skip to content

Commit 78f6549

Browse files
committed
push version 0.1.21
1 parent 62a07a7 commit 78f6549

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

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+
814
### [0.1.20] - 2024-06-13
915
- Fixed issue with AST2 TypeHelper with function types of overriden functions
1016

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def gen(self):
2626

2727
setup(
2828
name='solidity-parser',
29-
version='0.1.20',
29+
version='0.1.21',
3030

3131
install_requires=[
3232
"antlr4-python3-runtime==4.11.1",

0 commit comments

Comments
 (0)