Skip to content

Commit 3ebed41

Browse files
authored
chore: prepare release v0.23.0
1 parent f42eead commit 3ebed41

4 files changed

Lines changed: 85 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: e825489437cd73ec62be12fb33db1f885f4280deef691b73f608153f8877f304
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: e825489437cd73ec62be12fb33db1f885f4280deef691b73f608153f8877f304
99
sql:
1010
# For PostgresSQL
1111
- schema: schema.sql

pr-body.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
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+
- #432@doron050
20+
- #431@doron050
21+
- #430@doron050
22+
- #429@doron050
23+
- #427@doron050
24+
- #426@doron050
25+
- #422@github-actions[bot]
26+
27+
28+
**Contributors:** @ballistic-booger,@doron050 @github-actions[bot]
29+
30+
---
31+
32+
## 🔮 Release Notes Preview
33+
34+
<details>
35+
<summary>Click to see what the release notes will look like</summary>
36+
37+
````
38+
## Release v0.23.0
39+
40+
Release sha256 is `e825489437cd73ec62be12fb33db1f885f4280deef691b73f608153f8877f304`
41+
42+
## Configuration example
43+
```yaml
44+
version: '2'
45+
plugins:
46+
- name: csharp
47+
wasm:
48+
url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.23.0/sqlc-gen-csharp.wasm
49+
sha256: e825489437cd73ec62be12fb33db1f885f4280deef691b73f608153f8877f304
50+
```
51+
52+
## Changelog
53+
- fix: fall back to object for unresolved column types instead of throwing (#423)
54+
- feat: add support for CancellationToken in generated methods (#420)
55+
56+
## Contributors
57+
* @ballistic-booger
58+
````
59+
60+
</details>
61+
62+
---
63+
64+
> **ℹ️** This PR was created automatically. It updates documentation with the release version and sha.
65+
> When merged, the Release workflow will create the GitHub release with the accumulated release notes.

pr-data.jsonl

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

0 commit comments

Comments
 (0)