Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 20, 2023
1 parent 2267bd3 commit 08982f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v0.2.0 (2023-02-20)
### Feature
* **presentation:** Updated README&CONTRIBUTING, project looks good! ([`2267bd3`](https://github.com/MadeInPierre/finary_assistant/commit/2267bd333242145b55a6393deed6c41014aeaf9f))

### Documentation
* **readme:** Created CONTRIBUTING.md guidelines ([`75e2d75`](https://github.com/MadeInPierre/finary_assistant/commit/75e2d758328cce9e18ee02dc2f8d2580677d1bf4))

## v0.1.8 (2023-02-20)
### Fix
* Static pypi badge ([`ed669ea`](https://github.com/MadeInPierre/finary_assistant/commit/ed669ea65bf946af2fa7bd8d53b762fa469260e2))
Expand Down
2 changes: 1 addition & 1 deletion finary_assistant/__meta__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.8"
__version__ = "0.2.0"

__author__ = "Pierre Laclau (MadeInPierre)"

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "finary-assistant"
version = "0.1.8"
version = "0.2.0"
description = "A command line investment assistant to organize your portfolio and simulate its future to reach your life goals."
authors = ["MadeInPierre <[email protected]>"]
license = "GPLv3"
Expand Down Expand Up @@ -38,5 +38,5 @@ build_command = "pip install poetry && poetry build"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.8"
version = "0.2.0"
tag_format = "v$version"

0 comments on commit 08982f2

Please sign in to comment.