From 54e6a15197804daf39c2c72ae69005768b0f971b Mon Sep 17 00:00:00 2001 From: Bilal Tariq Date: Mon, 13 May 2024 17:11:19 +0100 Subject: [PATCH] 0.1.19 release --- CHANGELOG.MD | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 2a31678..31cf711 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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 diff --git a/setup.py b/setup.py index b4474d6..90110e1 100644 --- a/setup.py +++ b/setup.py @@ -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",