Skip to content

Commit

Permalink
release 0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
t81lal committed Jun 13, 2024
1 parent 170633f commit abb25c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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.20] - 2024-06-13
- Fixed issue with AST2 TypeHelper with function types of overriden functions

### [0.1.19] - 2024-05-13
- Fixed import lookup case for remapping files with imports that clash

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.19',
version='0.1.20',

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

0 comments on commit abb25c3

Please sign in to comment.