Skip to content

Commit e2af475

Browse files
committed
bump for 0.13.2 release
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent 01a9140 commit e2af475

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ project since the first release.
66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [v0.13.2](https://github.com/seapagan/py-maker/releases/tag/v0.13.2) (November 16, 2025)
10+
11+
**Merged Pull Requests**
12+
13+
- Remove the 'stale' github action ([#557](https://github.com/seapagan/py-maker/pull/557)) by [seapagan](https://github.com/seapagan)
14+
15+
**Refactoring**
16+
17+
- Migrate to uv's own build backend from hatch ([#559](https://github.com/seapagan/py-maker/pull/559)) by [seapagan](https://github.com/seapagan)
18+
- Update tools, update pyproject to latest uv requirements and fix all ruff linting warnings ([#556](https://github.com/seapagan/py-maker/pull/556)) by [seapagan](https://github.com/seapagan)
19+
20+
**Dependency Updates**
21+
22+
- Chore(deps): update astral-sh/setup-uv action to v7 ([#555](https://github.com/seapagan/py-maker/pull/555)) by [renovate[bot]](https://github.com/apps/renovate)
23+
- Chore(deps): update github/codeql-action action to v4 ([#554](https://github.com/seapagan/py-maker/pull/554)) by [renovate[bot]](https://github.com/apps/renovate)
24+
- Chore(deps): update actions/checkout action to v5 ([#552](https://github.com/seapagan/py-maker/pull/552)) by [renovate[bot]](https://github.com/apps/renovate)
25+
26+
[`Full Changelog`](https://github.com/seapagan/py-maker/compare/v0.13.1...v0.13.2) | [`Diff`](https://github.com/seapagan/py-maker/compare/v0.13.1...v0.13.2.diff) | [`Patch`](https://github.com/seapagan/py-maker/compare/v0.13.1...v0.13.2.patch)
27+
928
## [v0.13.1](https://github.com/seapagan/py-maker/releases/tag/v0.13.1) (June 07, 2025)
1029

1130
**New Features**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyproject-maker"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "A command line app to create a Python project skeleton."
55
authors = [{ name = "Grant Ramsay", email = "seapagan@gmail.com" }]
66
readme = "README.md"

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)