Skip to content

Commit badb82f

Browse files
chore(main): release 0.7.0 (#33)
--------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gemma Danks <8269577+gemmadanks@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b9d7f8d commit badb82f

5 files changed

Lines changed: 32 additions & 5 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.6.3"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/gemmadanks/python-project-template/compare/v0.6.3...v0.7.0) (2025-10-26)
4+
5+
6+
### 🚀 Features
7+
8+
* automate updating CITATION.cff date-released ([#35](https://github.com/gemmadanks/python-project-template/issues/35)) ([ce6b33d](https://github.com/gemmadanks/python-project-template/commit/ce6b33d70ee88d90a5fb83440b9ab3990b939a9d))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* update CITATION.cff ([#36](https://github.com/gemmadanks/python-project-template/issues/36)) ([786a5c0](https://github.com/gemmadanks/python-project-template/commit/786a5c0919497a709666ba8636790f7ca3be3f46))
14+
15+
16+
### 📚 Documentation
17+
18+
* customise CHANGELOG ([#32](https://github.com/gemmadanks/python-project-template/issues/32)) ([5f92a7f](https://github.com/gemmadanks/python-project-template/commit/5f92a7fdd2b9227758404f4dfebb157519b3a8de))
19+
20+
21+
### 🧩 CI
22+
23+
* change concurrency ([#37](https://github.com/gemmadanks/python-project-template/issues/37)) ([b9d7f8d](https://github.com/gemmadanks/python-project-template/commit/b9d7f8da78040196b2b19089b5edfbf6f2024424))
24+
25+
26+
### 📦 Build
27+
28+
* **deps:** Upgrade Python to 3.14 ([#34](https://github.com/gemmadanks/python-project-template/issues/34)) ([f223641](https://github.com/gemmadanks/python-project-template/commit/f223641aca23c9bb3b9905fe72e4f6edb4ee0f27))
29+
330
## [0.6.3](https://github.com/gemmadanks/python-project-template/compare/v0.6.2...v0.6.3) (2025-10-25)
431

532

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.6.3
5-
date-released: 2025-10-25
4+
version: 0.7.0
5+
date-released: "2025-10-26"
66
authors:
77
- family-names: Danks
88
given-names: Gemma

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.6.3"
3+
version = "0.7.0"
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)