From a777a5c096ef3cc1d4c40d81c03c1b252ad52844 Mon Sep 17 00:00:00 2001 From: Artur Lissin Date: Wed, 15 Jan 2025 13:15:46 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86951fe..280d3c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.3.0 (2025-01-15) + +### Feat + +- remove radon +- remove customization for vscode +- first step to lefthook + +### Refactor + +- correct pyenv version in readme + ## v0.2.0 (2023-11-22) ### Feat diff --git a/README.md b/README.md index c42eeed..df0511b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # INIT - Python -[![release: 0.2.0](https://img.shields.io/badge/rel-0.2.0-blue.svg?style=flat-square)](https://github.com/artdotlis/INITpy) +[![release: 0.3.0](https://img.shields.io/badge/rel-0.3.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 1332bb0..bb9a3b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ packages = [ ] readme = "README.md" repository = "https://github.com/artdotlis/INITpy" -version = "0.2.0" +version = "0.3.0" [tool.poetry.scripts] main_run = "initpy.main:run"