Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Lissin authored and artdotlis committed Nov 22, 2023
1 parent 094977b commit 8833f8f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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/)

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.1.0"
version = "0.2.0"

[tool.poetry.dependencies]
python = ">=3.11,<4"
Expand Down

0 comments on commit 8833f8f

Please sign in to comment.