Skip to content

Commit 5372fd2

Browse files
chore(main): release 0.6.3 (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b8eacf commit 5372fd2

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.2"
2+
".": "0.6.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.3](https://github.com/gemmadanks/python-project-template/compare/v0.6.2...v0.6.3) (2025-10-25)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* edit ADR-001 ([#30](https://github.com/gemmadanks/python-project-template/issues/30)) ([6b8eacf](https://github.com/gemmadanks/python-project-template/commit/6b8eacfeb2b0dde122a589ff0a4036fdd84c66fe))
9+
310
## [0.6.2](https://github.com/gemmadanks/python-project-template/compare/v0.6.1...v0.6.2) (2025-10-21)
411

512

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: If you use python-project-template in your research, please cite it as below.
33
title: 'Python Project Template: For initialising a Python package.'
4-
version: 0.6.2
4+
version: 0.6.3
55
date-released: 2025-10-09T00:00:00.000Z
66
authors:
77
- family-names: Danks

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "package_name"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "A python package."
55
authors = [
66
{name = "Your Name",email = "you@example.com"}

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)