Skip to content

Commit 9bd3633

Browse files
committed
Bump version: v0.1.5 → unknown
1 parent 03ac414 commit 9bd3633

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
528
v0.1.5 (2025-03-07)
629
-------------------
730

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ license = {text = "GPL-3.0+"}
1111
name = "nina-python-template"
1212
readme = "README.md"
1313
requires-python = ">=3.10.5"
14-
version = "0.1.5"
14+
version = "0.2.0"
1515

1616
[tool.bumpversion]
1717
allow_dirty = false
1818
commit = false
1919
commit_args = ""
20-
current_version = "0.1.5"
20+
current_version = "0.2.0"
2121
ignore_missing_files = false
2222
ignore_missing_version = false
2323
message = "Bump version: {current_version} → {new_version}"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)