Skip to content

Commit

Permalink
0.1.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
t81lal committed May 9, 2024
1 parent ceed95c commit 4f7bd0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.17] - 2024-05-09
- Added documentation site
- Changed AST2 FileDefinition descriptor to not include file name twice
- Added AST2 ContractDefinition.state_var()
- Changed VFS process_cli_input_file to return LoadedSource result
- Added _do_read_path to VFS

### [0.1.16] - 2024-04-16
- Created nodebase.py for all Node base type for AST1 and AST2 nodes
- NodeDataclass/NodeList parenting mechanism added to AST1
Expand Down
4 changes: 4 additions & 0 deletions docrequirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sphinx==7.3.7
furo==2024.1.29
sphinx-autoapi==3.0.0
sphinx_autodoc_typehints==2.1.0
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.16',
version='0.1.17',

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

0 comments on commit 4f7bd0f

Please sign in to comment.