From 4bdf837d49e30d687dfc0d66516143eb28da14d3 Mon Sep 17 00:00:00 2001 From: Artur Lissin Date: Fri, 17 Jan 2025 16:20:00 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.1=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 779c3ca..64d1614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v0.5.0 (2025-01-17) + +### Feat + +- group lefthook jobs + +### Fix + +- improve lefthook usage and remove deprecated pyproject.toml elements + +### Refactor + +- clean changelog + ## v0.4.1 (2025-01-16) ### Fix diff --git a/README.md b/README.md index 2bb10e5..4b58275 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # INIT - Python -[![release: 0.4.1](https://img.shields.io/badge/rel-0.4.1-blue.svg?style=flat-square)](https://github.com/artdotlis/INITpy) +[![release: 0.5.0](https://img.shields.io/badge/rel-0.5.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 f0ad79b..d800533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "initpy" -version = "0.4.1" +version = "0.5.0" description = """Initial bare-bone Python project.""" readme = "README.md" authors = [