Skip to content

Commit f7d655d

Browse files
authored
chore: prepare release v0.23.0
1 parent 8bea7f6 commit f7d655d

4 files changed

Lines changed: 83 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ version: "2"
1212
plugins:
1313
- name: csharp
1414
wasm:
15-
url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.22.3/sqlc-gen-csharp.wasm
16-
sha256: 39ec1607e7477fd1b17415409a8d71f247bdad4f6b936fcb00d21950bc057250
15+
url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.23.0/sqlc-gen-csharp.wasm
16+
sha256: 3d282efd70afb44561096abd96f48d66601b271cf5d6673678060243b3e1127e
1717
sql:
1818
# For PostgresSQL
1919
- schema: schema.sql

docs/02_Quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: "2"
44
plugins:
55
- name: csharp
66
wasm:
7-
url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.22.3/sqlc-gen-csharp.wasm
8-
sha256: 39ec1607e7477fd1b17415409a8d71f247bdad4f6b936fcb00d21950bc057250
7+
url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.23.0/sqlc-gen-csharp.wasm
8+
sha256: 3d282efd70afb44561096abd96f48d66601b271cf5d6673678060243b3e1127e
99
sql:
1010
# For PostgresSQL
1111
- schema: schema.sql

pr-body.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
## Automated Release Prep
2+
3+
**Release Type:** minor
4+
**New Version:** v0.23.0
5+
6+
---
7+
8+
## 📋 What's included in this release
9+
10+
### 📦 Merged PRs (since `v0.22.3`)
11+
12+
**✨ New Features**
13+
- #420@ballistic-booger
14+
15+
**🐛 Bug Fixes**
16+
- #423@ballistic-booger
17+
18+
**📝 Other / Infrastructure**
19+
- #431@doron050
20+
- #430@doron050
21+
- #429@doron050
22+
- #427@doron050
23+
- #426@doron050
24+
- #422@github-actions[bot]
25+
26+
27+
**Contributors:** @ballistic-booger,@doron050 @github-actions[bot]
28+
29+
---
30+
31+
## 🔮 Release Notes Preview
32+
33+
<details>
34+
<summary>Click to see what the release notes will look like</summary>
35+
36+
````
37+
## Release v0.23.0
38+
39+
Release sha256 is `3d282efd70afb44561096abd96f48d66601b271cf5d6673678060243b3e1127e`
40+
41+
## Configuration example
42+
```yaml
43+
version: '2'
44+
plugins:
45+
- name: csharp
46+
wasm:
47+
url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.23.0/sqlc-gen-csharp.wasm
48+
sha256: 3d282efd70afb44561096abd96f48d66601b271cf5d6673678060243b3e1127e
49+
```
50+
51+
## Changelog
52+
- fix: fall back to object for unresolved column types instead of throwing (#423)
53+
- feat: add support for CancellationToken in generated methods (#420)
54+
55+
## Contributors
56+
* @ballistic-booger
57+
````
58+
59+
</details>
60+
61+
---
62+
63+
> **ℹ️** This PR was created automatically. It updates documentation with the release version and sha.
64+
> When merged, the Release workflow will create the GitHub release with the accumulated release notes.

pr-data.jsonl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{"number":431,"title":"feat: share release notes generation between release workflows\n","author":"doron050","labels":[]}
2+
{"number":430,"title":"fix: move cancellation docs into docs/ so they survive README regeneration\n","author":"doron050","labels":[]}
3+
{"number":429,"title":"docs: add any and hstore PostgreSQL types to supported data types table\n","author":"doron050","labels":[]}
4+
{"number":423,"title":"fix: fall back to object for unresolved column types instead of throwing\n","author":"ballistic-booger","labels":[
5+
"patch"
6+
]}
7+
{"number":420,"title":"feat: add support for CancellationToken in generated methods\n","author":"ballistic-booger","labels":[
8+
"minor"
9+
]}
10+
{"number":427,"title":"Fix release flow 2\n","author":"doron050","labels":[]}
11+
{"number":426,"title":"fix: use pull_request_target for release assistant to support fork PRs\n","author":"doron050","labels":[]}
12+
{"number":425,"title":"refactor: simplify release flow\n","author":"doron050","labels":[
13+
"release"
14+
]}
15+
{"number":422,"title":"update auto-generated docs\n","author":"github-actions[bot]","labels":[]}

0 commit comments

Comments
 (0)