Skip to content

Commit 7945415

Browse files
committed
chore(main): release 0.5.0
1 parent 480e645 commit 7945415

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/S1M0N38/template-python/compare/v0.4.0...v0.5.0) (2026-03-07)
4+
5+
6+
### Features
7+
8+
* **git:** add pre-commit hooks ([26a73a1](https://github.com/S1M0N38/template-python/commit/26a73a1e8ece90cb15aba1d045e39f8170bd1d2b))
9+
10+
11+
### Bug Fixes
12+
13+
* **make:** add `|| true` to pyproject-fmt ([480e645](https://github.com/S1M0N38/template-python/commit/480e64557e1b1d3e20db2ffabd4729b1da44ebe4))
14+
315
## [0.4.0](https://github.com/S1M0N38/template-python/compare/v0.3.0...v0.4.0) (2026-01-16)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "hatchling" ]
44

55
[project]
66
name = "template-python"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description = "Add your description here"
99
readme = "README.md"
1010
authors = [ { name = "S1M0N38", email = "bertolottosimone@gmail.com" } ]

0 commit comments

Comments
 (0)