Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.4.0](https://github.com/S1M0N38/template-python/compare/v0.3.0...v0.4.0) (2026-01-16)


### Features

* add .yamlfmt.yml for yaml formatting ([d4222cd](https://github.com/S1M0N38/template-python/commit/d4222cd4bc561b59ba09049a7ef5d55a62fc5603))
* **claude:** udpate claude setttings to use makefile ([fa30b40](https://github.com/S1M0N38/template-python/commit/fa30b405955d379fcf8139b34c1595f11a23f251))
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'udpate' to 'update' and 'setttings' to 'settings'.

Suggested change
* **claude:** udpate claude setttings to use makefile ([fa30b40](https://github.com/S1M0N38/template-python/commit/fa30b405955d379fcf8139b34c1595f11a23f251))
* **claude:** update claude settings to use makefile ([fa30b40](https://github.com/S1M0N38/template-python/commit/fa30b405955d379fcf8139b34c1595f11a23f251))

Copilot uses AI. Check for mistakes.
* **github:** update actions to use make commands ([f3ec651](https://github.com/S1M0N38/template-python/commit/f3ec6511fa801038bde64a967cdcf365161cb8b5))
* **make:** add Makefile ([6cf8e80](https://github.com/S1M0N38/template-python/commit/6cf8e800908a6a88457c095e977418f558b28ee2))
* **pyproject:** add deps dev and test groups ([7636fa9](https://github.com/S1M0N38/template-python/commit/7636fa9a1b68179df63f51a758ab76fb74c3faf1))


### Bug Fixes

* **make:** prepend `uv run` to `ty` command ([e679e94](https://github.com/S1M0N38/template-python/commit/e679e943baf174b0df2a16ad9e36c46ade9ebd69))


### Documentation

* **readme:** update the readme with the new features and commands ([4e0f655](https://github.com/S1M0N38/template-python/commit/4e0f655b621d8e74a80f619e8e6d37b37752006b))

## [0.3.0](https://github.com/S1M0N38/template-python/compare/v0.2.1...v0.3.0) (2025-12-18)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [ "hatchling" ]

[project]
name = "template-python"
version = "0.3.0"
version = "0.4.0"
description = "Add your description here"
readme = "README.md"
authors = [ { name = "S1M0N38", email = "bertolottosimone@gmail.com" } ]
Expand Down