Skip to content

Commit 218972f

Browse files
authored
Merge pull request #28 from 56kyle/release/0.23.0
release/0.23.0
2 parents 550d809 + 6685f0b commit 218972f

File tree

5 files changed

+43
-5
lines changed

5 files changed

+43
-5
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": "1460377e7f5ce48155c22f32b6845546d5097664",
2+
"_commit": "a6b393f77763f21fffba1b3c994c772bba8ef19b",
33
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
44
"add_rust_extension": false,
55
"author": "Kyle Oliver",

.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": "1460377e7f5ce48155c22f32b6845546d5097664",
3+
"commit": "a6b393f77763f21fffba1b3c994c772bba8ef19b",
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": "1460377e7f5ce48155c22f32b6845546d5097664"
23+
"_commit": "a6b393f77763f21fffba1b3c994c772bba8ef19b"
2424
}
2525
},
2626
"directory": null

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## v0.23.0 (2025-08-01)
2+
3+
## v0.21.0 (2025-07-27)
4+
5+
## v0.20.0 (2025-07-27)
6+
7+
## v0.19.0 (2025-07-27)
8+
9+
## v0.18.0 (2025-07-27)
10+
11+
## v0.17.0 (2025-07-26)
12+
13+
## v0.16.0 (2025-07-26)
14+
15+
## v0.14.0 (2025-07-18)
16+
17+
## v0.13.0 (2025-07-18)
18+
19+
## v0.12.0 (2025-07-18)
20+
21+
## v0.11.0 (2025-07-18)
22+
23+
## v0.10.0 (2025-07-18)
24+
25+
## v0.9.0 (2025-07-18)
26+
27+
## v0.8.0 (2025-07-18)
28+
29+
## v0.7.0 (2025-07-18)
30+
31+
## v0.6.0 (2025-07-18)
32+
33+
## v0.5.0 (2025-07-18)
34+
35+
## v0.4.0 (2025-07-18)
36+
37+
## v0.3.0 (2025-07-16)
38+
139
## v0.22.0 (2025-07-29)
240

341
## v0.21.0 (2025-07-27)

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-python-demo"
3-
version = "0.22.0"
3+
version = "0.23.0"
44
description = "robust-python-demo"
55
authors = [
66
{ name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.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)