Skip to content

Commit

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

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

## v0.1.2 (2022-05-14)
### Fix
* **release.yml:** Add fetch depth parameter ([`cdd7108`](https://github.com/aadhithya/rajiniPP/commit/cdd71080a8e6948279eec61efc67b46108097210))
* **release.yml:** Hopefully fix token access issue ([`a8e53ec`](https://github.com/aadhithya/rajiniPP/commit/a8e53ec14eb5a2dd6d07dace1bd66ef215f57d05))

## v0.1.1 (2022-05-14)
### Fix
* **release.yml:** Fix github token name ([`14164ed`](https://github.com/aadhithya/rajiniPP/commit/14164ed3928079105849f3c3790a0087d1fd5ce9))
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.1.1"
version = "0.1.2"
description = "Rajini++ (rajiniPP) is a programming language based on the iconic dialogues by Rajinikanth."
authors = ["Aadhithya Sankar <a.sankar@tum.de>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion rajinipp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""rajini++"""

__version__ = "0.1.1"
__version__ = "0.1.2"
__version_str__ = (
f"rajini++ v{__version__}."
+ "\nrajini++(rajinipp) is a hobby programming language based on the iconic dialogues of super star Rajinikanth."
Expand Down

0 comments on commit 0123b16

Please sign in to comment.