Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Lissin committed Jan 15, 2025
1 parent 538c919 commit a777a5c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a777a5c

Please sign in to comment.