Skip to content

Commit 378ebc4

Browse files
authored
Merge pull request #26 from robust-python/release/0.14.0
Release/0.14.0
2 parents 2e571ad + c7bb327 commit 378ebc4

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

.cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_commit": "1f81f10fd8ed8839f41b66aa453a2be4e22250a9",
2+
"_commit": "7dad9f1bff1e967b310ac506944085bd6a370b73",
33
"_max_python_version_minor_int": 14,
44
"_min_python_version_minor_int": 10,
55
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
3-
"commit": "1f81f10fd8ed8839f41b66aa453a2be4e22250a9",
3+
"commit": "7dad9f1bff1e967b310ac506944085bd6a370b73",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"development_status": "Development Status :: 1 - Planning",
2222
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
23-
"_commit": "1f81f10fd8ed8839f41b66aa453a2be4e22250a9",
23+
"_commit": "7dad9f1bff1e967b310ac506944085bd6a370b73",
2424
"_min_python_version_minor_int": 10,
2525
"_max_python_version_minor_int": 14,
2626
"python_versions": [

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v0.14.0 (2025-11-24)
2+
3+
## v0.12.0 (2025-11-24)
4+
5+
## v0.11.0 (2025-11-24)
6+
7+
## v0.10.0 (2025-11-24)
8+
9+
## v0.9.0 (2025-11-17)
10+
11+
## v0.8.0 (2025-11-17)
12+
13+
## v0.7.0 (2025-11-17)
14+
15+
## v0.6.0 (2025-11-10)
16+
17+
## v0.5.0 (2025-11-02)
18+
19+
## v0.4.0 (2025-11-01)
20+
121
## v0.13.0 (2025-11-24)
222

323
## v0.12.0 (2025-11-24)

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
nox.options.default_venv_backend = "uv"
1616
os.environ.setdefault("PYO3_USE_ABI3_FORWARD_COMPATIBILITY", "1")
1717

18-
PYTHON_VERSIONS: List[str] = ['3.10', '3.11', '3.12', '3.13', '3.14']
18+
PYTHON_VERSIONS: List[str] = ["3.10", "3.11", "3.12", "3.13", "3.14"]
1919
DEFAULT_PYTHON_VERSION: str = PYTHON_VERSIONS[-1]
2020

2121
REPO_ROOT: Path = Path(__file__).parent.resolve()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "robust-maturin-demo"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = "robust-maturin-demo"
55
authors = [
66
{ name = "Kyle Oliver", email = "[email protected]" },

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)