Skip to content

Commit

Permalink
push version 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
t81lal committed Aug 1, 2024
1 parent 62a07a7 commit 78f6549
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

### [0.1.21] - 2024-08-01
- Fixed issue where `using *` statements with unimported types were causing crashes
- Changed types.type_key to support UserTypes with a callback
- Added symtab.TypeNotFound error
-

### [0.1.20] - 2024-06-13
- Fixed issue with AST2 TypeHelper with function types of overriden functions

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def gen(self):

setup(
name='solidity-parser',
version='0.1.20',
version='0.1.21',

install_requires=[
"antlr4-python3-runtime==4.11.1",
Expand Down

0 comments on commit 78f6549

Please sign in to comment.