Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
Bump to 0.3.1
  • Loading branch information
actions-user committed May 21, 2022
1 parent c3bfccc commit 043bba7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion rajinipp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 043bba7

Please sign in to comment.