Skip to content

Commit 81890d0

Browse files
chore(main): release 0.9.2
1 parent 5dcd58a commit 81890d0

5 files changed

Lines changed: 22 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.9.2](https://github.com/gemmadanks/python-project-template/compare/v0.9.1...v0.9.2) (2026-01-10)
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 mkdocs-material from 9.7.0 to 9.7.1 ([#76](https://github.com/gemmadanks/python-project-template/issues/76)) ([4d763d9](https://github.com/gemmadanks/python-project-template/commit/4d763d9d0bacdb344239ea22c9ea194a2384299d))
15+
* **deps:** bump numpy from 2.3.5 to 2.4.0 ([#77](https://github.com/gemmadanks/python-project-template/issues/77)) ([cf76946](https://github.com/gemmadanks/python-project-template/commit/cf7694656ffd20e111e7a7c363e7dd505a90a60e))
16+
* **deps:** bump plotly from 6.5.0 to 6.5.1 ([#78](https://github.com/gemmadanks/python-project-template/issues/78)) ([5dcd58a](https://github.com/gemmadanks/python-project-template/commit/5dcd58a78328e064b6d128ffe1d9252cb27f515e))
17+
* **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))
18+
* **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))
19+
* **deps:** bump ruff from 0.14.9 to 0.14.10 ([#75](https://github.com/gemmadanks/python-project-template/issues/75)) ([1cf74fd](https://github.com/gemmadanks/python-project-template/commit/1cf74fd5a8f02d0a33787a6a912f200fc5d9f747))
20+
321
## [0.9.1](https://github.com/gemmadanks/python-project-template/compare/v0.9.0...v0.9.1) (2025-12-10)
422

523

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)