Skip to content

Commit

Permalink
0.1.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
t81lal committed May 13, 2024
1 parent 58277d6 commit 39a58c2
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.19] - 2024-05-13
- Fixed import lookup case for remapping files with imports that clash

### [0.1.18] - 2024-05-09
- Fixed version string in docs

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.18',
version='0.1.19',

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

0 comments on commit 39a58c2

Please sign in to comment.