diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d6211..d82bdb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v0.3.1 (2022-05-21) +### Fix +* Make runner available from base package ([`5c59466`](https://github.com/aadhithya/rajiniPP/commit/5c59466ff0b48d064f7649d73bd883203ea4da22)) +* Add init files to submodules ([`53d6378`](https://github.com/aadhithya/rajiniPP/commit/53d6378c47af8108d35a355f2c976c0f72c8f0aa)) + +### Documentation +* Add issue and pr templates ([`1deabc4`](https://github.com/aadhithya/rajiniPP/commit/1deabc4c60572b0fb2dad3407f90f5ef91ecd704)) +* Add contributing code of conduct guidelines ([`b547186`](https://github.com/aadhithya/rajiniPP/commit/b547186df1dfa31412014973407a4e84d9883e90)) + ## v0.3.0 (2022-05-16) ### Feature * **ProgramParser:** Add support for functions ([`d95a3f9`](https://github.com/aadhithya/rajiniPP/commit/d95a3f9dc01c276316fb8fb43e456ee5b8daee8f)) diff --git a/pyproject.toml b/pyproject.toml index 1b0382b..e4ff3dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rajinipp" -version = "0.3.0" +version = "0.3.1" description = "Rajini++ (rajiniPP) is a programming language based on the iconic dialogues by Rajinikanth." authors = ["Aadhithya Sankar "] license = "MIT License" diff --git a/rajinipp/__init__.py b/rajinipp/__init__.py index 15b0b13..09fd0c6 100644 --- a/rajinipp/__init__.py +++ b/rajinipp/__init__.py @@ -3,7 +3,7 @@ __all__ = ["parser", "ast", "lexer", "runner", "utils"] -__version__ = "0.3.0" +__version__ = "0.3.1" __version_str__ = ( f"rajini++ v{__version__}." + "\nrajini++ is a programming language based on the iconic dialogues of super star Rajinikanth."