diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b28fea9..7e08ec6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.1" + ".": "0.9.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b238bcf..6573229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/CITATION.cff b/CITATION.cff index 144dd0c..c77e83e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/pyproject.toml b/pyproject.toml index ca63288..99237fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} diff --git a/uv.lock b/uv.lock index 12821ca..3346ece 100644 --- a/uv.lock +++ b/uv.lock @@ -1742,7 +1742,7 @@ wheels = [ [[package]] name = "package-name" -version = "0.9.1" +version = "0.9.2" source = { editable = "." } dependencies = [ { name = "ipywidgets" },