Skip to content

Commit c3108a2

Browse files
chore(main): release 0.8.1 (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7155195 commit c3108a2

5 files changed

Lines changed: 16 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.8.0"
2+
".": "0.8.1"
33
}

CHANGELOG.md

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

3+
## [0.8.1](https://github.com/gemmadanks/python-project-template/compare/v0.8.0...v0.8.1) (2025-11-01)
4+
5+
6+
### 🧩 CI
7+
8+
* bump actions/checkout from 4 to 5 in the actions group ([#41](https://github.com/gemmadanks/python-project-template/issues/41)) ([47138a7](https://github.com/gemmadanks/python-project-template/commit/47138a71d6a70cc3c601509a85ac2a0d585ce8bb))
9+
10+
11+
### 📦 Build
12+
13+
* **deps:** bump ruff from 0.14.2 to 0.14.3 ([#43](https://github.com/gemmadanks/python-project-template/issues/43)) ([7155195](https://github.com/gemmadanks/python-project-template/commit/7155195db76166844acd622c7d96a9ae328a81b3))
14+
315
## [0.8.0](https://github.com/gemmadanks/python-project-template/compare/v0.7.0...v0.8.0) (2025-10-26)
416

517

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.8.0
4+
version: 0.8.1
55
date-released: '2025-10-26'
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.8.0"
3+
version = "0.8.1"
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)