Skip to content

Commit e799cbe

Browse files
authored
Merge pull request #26 from 56kyle/release/0.21.0
release/0.21.0
2 parents 1fd7d8e + 2380d11 commit e799cbe

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
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": "14335e093db7fc8cc3cb71eee62a8c36b46425fe",
2+
"_commit": "410906d2e116f1c177c9c873bb79d2809df08c75",
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": "14335e093db7fc8cc3cb71eee62a8c36b46425fe",
3+
"commit": "410906d2e116f1c177c9c873bb79d2809df08c75",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"development_status": "Development Status :: 1 - Planning",
2020
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
21-
"_commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe"
21+
"_commit": "410906d2e116f1c177c9c873bb79d2809df08c75"
2222
}
2323
},
2424
"directory": null

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.21.0 (2025-07-27)
2+
13
## v0.20.0 (2025-07-27)
24

35
## v0.19.0 (2025-07-27)

docs/codeofconduct.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
```{include} ../CODE_OF_CONDUCT.md
2+
:start-after: Contributor Covenant Code of Conduct
23
34
```

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```{include} ../CONTRIBUTING.md
44
---
5-
start-after: # Contributing to robust_python_demo
5+
start-after: # Contributing to robust-python-demo
66
end-before: <!-- github-only -->
77
---
88

docs/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
```{include} ../README.md
2-
---
3-
end-before: <!-- github-only -->
4-
---
2+
53
```
64

75
[license]: license

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.20.0"
3+
version = "0.21.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)