Skip to content

Commit a03c64e

Browse files
chore(main): release 0.9.2
1 parent 374f806 commit a03c64e

5 files changed

Lines changed: 18 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.9.1"
2+
".": "0.9.2"
33
}

CHANGELOG.md

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

3+
## [0.9.2](https://github.com/gemmadanks/python-project-template/compare/v0.9.1...v0.9.2) (2025-12-17)
4+
5+
6+
### 🧩 CI
7+
8+
* bump actions/upload-artifact from 5 to 6 in the actions group ([#73](https://github.com/gemmadanks/python-project-template/issues/73)) ([30449ec](https://github.com/gemmadanks/python-project-template/commit/30449eca50d853d135404fec52f401231e12bc70))
9+
10+
11+
### 📦 Build
12+
13+
* **deps:** bump matplotlib from 3.10.7 to 3.10.8 ([#70](https://github.com/gemmadanks/python-project-template/issues/70)) ([ff88ad3](https://github.com/gemmadanks/python-project-template/commit/ff88ad324b299e3d8b054b309674b808a4733029))
14+
* **deps:** bump pre-commit from 4.5.0 to 4.5.1 ([#74](https://github.com/gemmadanks/python-project-template/issues/74)) ([374f806](https://github.com/gemmadanks/python-project-template/commit/374f806d2b5f7aeb44f2f2b1ec4b55e23ffebc74))
15+
* **deps:** bump ruff from 0.14.8 to 0.14.9 ([#72](https://github.com/gemmadanks/python-project-template/issues/72)) ([d58de1b](https://github.com/gemmadanks/python-project-template/commit/d58de1b40226762865d6ecf897c4604b838480dc))
16+
317
## [0.9.1](https://github.com/gemmadanks/python-project-template/compare/v0.9.0...v0.9.1) (2025-12-10)
418

519

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.9.1
4+
version: 0.9.2
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.9.1"
3+
version = "0.9.2"
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)