File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed
Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,29 @@ Changelog
22=========
33
44
5+ v0.2.0 (2025-08-08)
6+ -------------------
7+
8+ - Install pinact using aqua.
9+ - Fix release script.
10+ - Use ghcr.io/astral-sh/uv:python3.12-bookworm-slim.
11+ - Improve maintenance procedures.
12+ - Update actions with pinact.
13+ - Align project with Python template.
14+ - Improve tests.
15+ - Use pinact to pin GitHub actions.
16+ - Do not upload SARIF file on private repositories.
17+ - Revert "Initial import"
18+ This reverts commit a7925f4ab1f785a111f6c677b115c13c42585f2e.
19+ - Update README.md.
20+ - Update .pre-commit-config.yaml for Python.
21+ - Update .pre-commit-config.yaml.
22+ - Initial import.
23+ - [ADD] section on how to run pre-commit (#35)
24+ - Docker ignore .env.
25+ - Fix compose watch.
26+
27+
528v0.1.5 (2025-03-07)
629-------------------
730
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ license = {text = "GPL-3.0+"}
1111name = " nina-python-template"
1212readme = " README.md"
1313requires-python = " >=3.10.5"
14- version = " 0.1.5 "
14+ version = " 0.2.0 "
1515
1616[tool .bumpversion ]
1717allow_dirty = false
1818commit = false
1919commit_args = " "
20- current_version = " 0.1.5 "
20+ current_version = " 0.2.0 "
2121ignore_missing_files = false
2222ignore_missing_version = false
2323message = " Bump version: {current_version} → {new_version}"
You can’t perform that action at this time.
0 commit comments