Skip to content

Commit fb8a7ee

Browse files
chore(main): release 0.8.2 (#47)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9f08708 commit fb8a7ee

5 files changed

Lines changed: 13 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.1"
2+
".": "0.8.2"
33
}

CHANGELOG.md

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

3+
## [0.8.2](https://github.com/gemmadanks/python-project-template/compare/v0.8.1...v0.8.2) (2025-11-06)
4+
5+
6+
### 📦 Build
7+
8+
* **deps:** bump ipywidgets from 8.1.7 to 8.1.8 ([#45](https://github.com/gemmadanks/python-project-template/issues/45)) ([15f5e54](https://github.com/gemmadanks/python-project-template/commit/15f5e54452c53df607a4dd3c9e310e15e41138cd))
9+
* **deps:** bump mkdocs-material from 9.6.22 to 9.6.23 ([#44](https://github.com/gemmadanks/python-project-template/issues/44)) ([d1743dc](https://github.com/gemmadanks/python-project-template/commit/d1743dc3c09a09d485a1f723e1bb4fd2862798d4))
10+
* **deps:** bump plotly from 6.3.1 to 6.4.0 ([#46](https://github.com/gemmadanks/python-project-template/issues/46)) ([9f08708](https://github.com/gemmadanks/python-project-template/commit/9f0870844c02ac0d906ab5db54322c23d1f0d957))
11+
312
## [0.8.1](https://github.com/gemmadanks/python-project-template/compare/v0.8.0...v0.8.1) (2025-11-01)
413

514

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.1
4+
version: 0.8.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.8.1"
3+
version = "0.8.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)