Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.1"
".": "0.9.2"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.9.2](https://github.com/gemmadanks/python-project-template/compare/v0.9.1...v0.9.2) (2026-01-10)


### 🧩 CI

* 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))


### 📦 Build

* **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))
* **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))
* **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))
* **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))
* **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))
* **deps:** bump pyright from 1.1.407 to 1.1.408 ([#80](https://github.com/gemmadanks/python-project-template/issues/80)) ([4202c81](https://github.com/gemmadanks/python-project-template/commit/4202c819d1f41cd6151fcb90edf37b6662cd4900))
* **deps:** bump ruff from 0.14.10 to 0.14.11 ([#79](https://github.com/gemmadanks/python-project-template/issues/79)) ([b25390f](https://github.com/gemmadanks/python-project-template/commit/b25390f32c07c6bf87ce9cea1866244bea36bf22))
* **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))
* **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))

## [0.9.1](https://github.com/gemmadanks/python-project-template/compare/v0.9.0...v0.9.1) (2025-12-10)


Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cff-version: 1.2.0
message: If you use python-project-template in your research, please cite it as below.
title: 'Python Project Template: For initialising a Python package.'
version: 0.9.1
version: 0.9.2
date-released: '2025-10-26'
authors:
- family-names: Danks
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "package_name"
version = "0.9.1"
version = "0.9.2"
description = "A python package."
authors = [
{name = "Your Name",email = "you@example.com"}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.