Skip to content

Commit d452d3a

Browse files
committed
Bump version: 0.1.1 -> 0.1.2
1 parent 2d753a8 commit d452d3a

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@ Changelog
22
=========
33

44

5+
v0.1.2 (2025-03-06)
6+
-------------------
7+
8+
Changes
9+
-------
10+
11+
- Drop creosote.
12+
- Revert "Drop deptry"
13+
This reverts commit ac5cbac12592b3555e334eacdb8d535c7c6352c4.
14+
15+
16+
Fixes
17+
-----
18+
19+
- Run precommit with uv in ci.
20+
21+
22+
v0.1.1 (2025-03-06)
23+
-------------------
24+
25+
- Drop deptry.
26+
- Update revs in .pre-commit-config.yaml.
27+
28+
529
v0.1.0 (2025-03-05)
630
-------------------
731

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ then generate the updated changelog by running `uv run gitchangelog`.
6969
Example:
7070
```bash
7171
uv run bump-my-version bump minor
72+
uv sync
7273
git add .
7374
git commit -m "Bump version: 0.1.0 -> 0.2.0"
7475
git tag v0.2.0

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"
14-
version = "0.1.1"
14+
version = "0.1.2"
1515

1616
[tool.bumpversion]
1717
allow_dirty = false
1818
commit = false
1919
commit_args = ""
20-
current_version = "0.1.1"
20+
current_version = "0.1.2"
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)