diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..86951fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +## v0.2.0 (2023-11-22) + +### Feat + +- clean changelog for new version + +### Refactor + +- change gitignore + +## v0.1.0 (2023-05-24) + +### Feat + +- create v0.1.0-rc.2 release +- prepare for rc2 +- Create v0.1.0-rc.1 release diff --git a/README.md b/README.md index 8516fa8..174b560 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # INIT - Python -[![release: 0.1.0](https://img.shields.io/badge/rel-0.1.0-blue.svg?style=flat-square)](https://github.com/artdotlis/INITpy) +[![release: 0.2.0](https://img.shields.io/badge/rel-0.2.0-blue.svg?style=flat-square)](https://github.com/artdotlis/INITpy) [![The Unlicense](https://img.shields.io/badge/License-Unlicense-brightgreen.svg?style=flat-square)](https://choosealicense.com/licenses/unlicense/) [![Documentation Status](https://img.shields.io/badge/docs-GitHub-blue.svg?style=flat-square)](https://artdotlis.github.io/INITpy/) diff --git a/pyproject.toml b/pyproject.toml index 914d685..f8bcd09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ packages = [ ] readme = "README.md" repository = "https://github.com/artdotlis/INITpy" -version = "0.1.0" +version = "0.2.0" [tool.poetry.dependencies] python = ">=3.11,<4"