From 08982f25525077212db7f916b797fccf6e6a9646 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 20 Feb 2023 23:38:29 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ finary_assistant/__meta__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6eca5f..6bdafd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## 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)) diff --git a/finary_assistant/__meta__.py b/finary_assistant/__meta__.py index 8473c99..c492833 100644 --- a/finary_assistant/__meta__.py +++ b/finary_assistant/__meta__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.8" +__version__ = "0.2.0" __author__ = "Pierre Laclau (MadeInPierre)" diff --git a/pyproject.toml b/pyproject.toml index c5c0186..56695e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPLv3" @@ -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"