Skip to content

Commit eb0f510

Browse files
committed
fix changelog author links
1 parent 7d6ee8f commit eb0f510

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

.changes/v0.4.0.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
## v0.4.0 - 2025-05-21
22
### Added
3-
* [#59](https://github.com/rayakame/sqlc-gen-better-python/pull/59) Added hyperlink to github profile of contributors in the changelog ([rayakame](rayakame))
4-
* [#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Added strict output tests & ci to prevent bugs from happening ([rayakame](rayakame))
5-
* [#66](https://github.com/rayakame/sqlc-gen-better-python/pull/66) Added an example sqlc.yaml to README.md ([AlexanderHOtt](AlexanderHOtt))
6-
* [#69](https://github.com/rayakame/sqlc-gen-better-python/pull/69) Added config option to auto generate docstrings for generated python code. ([rayakame](rayakame))
7-
* [#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added support for query annotations `execrows` and `execresult` for driver `asyncpg` ([rayakame](rayakame))
8-
* [#75](https://github.com/rayakame/sqlc-gen-better-python/pull/75) Code coverage tooling ([rayakame](rayakame))
9-
* [#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added `ConnectionLike` instead of `asyncpg.Connection` which allows also using connection pools ([AlexanderHott](AlexanderHott))
10-
* [#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Added tests for `aiosqlite` driver with 100% coverage ([rayakame](rayakame))
11-
* [#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Added tests for `sqlite3` driver with 100% coverage ([rayakame](rayakame))
12-
* [#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Brought `sqlite3` back to full compatibility ([rayakame](rayakame))
13-
* [#87](https://github.com/rayakame/sqlc-gen-better-python/pull/87) Added support for `:copyfrom` for driver `asyncpg` ([rayakame](rayakame))
3+
* [#59](https://github.com/rayakame/sqlc-gen-better-python/pull/59) Added hyperlink to github profile of contributors in the changelog ([rayakame](https://github.com/rayakame))
4+
* [#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Added strict output tests & ci to prevent bugs from happening ([rayakame](https://github.com/rayakame))
5+
* [#66](https://github.com/rayakame/sqlc-gen-better-python/pull/66) Added an example sqlc.yaml to README.md ([AlexanderHOtt](https://github.com/AlexanderHOtt))
6+
* [#69](https://github.com/rayakame/sqlc-gen-better-python/pull/69) Added config option to auto generate docstrings for generated python code. ([rayakame](https://github.com/rayakame))
7+
* [#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added support for query annotations `execrows` and `execresult` for driver `asyncpg` ([rayakame](https://github.com/rayakame))
8+
* [#75](https://github.com/rayakame/sqlc-gen-better-python/pull/75) Code coverage tooling ([rayakame](https://github.com/rayakame))
9+
* [#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added `ConnectionLike` instead of `asyncpg.Connection` which allows also using connection pools ([AlexanderHott](https://github.com/AlexanderHott))
10+
* [#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Added tests for `aiosqlite` driver with 100% coverage ([rayakame](https://github.com/rayakame))
11+
* [#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Added tests for `sqlite3` driver with 100% coverage ([rayakame](https://github.com/rayakame))
12+
* [#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Brought `sqlite3` back to full compatibility ([rayakame](https://github.com/rayakame))
13+
* [#87](https://github.com/rayakame/sqlc-gen-better-python/pull/87) Added support for `:copyfrom` for driver `asyncpg` ([rayakame](https://github.com/rayakame))
1414
### Changed
15-
* [#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Removed unnecessary `msgspec.field()` and `attrs.field()` for models. ([rayakame](rayakame))
16-
* [#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) `:many` queries now return `QueryResults` allowing both iteration over rows and fetching rows. ([rayakame](rayakame))
15+
* [#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Removed unnecessary `msgspec.field()` and `attrs.field()` for models. ([rayakame](https://github.com/rayakame))
16+
* [#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) `:many` queries now return `QueryResults` allowing both iteration over rows and fetching rows. ([rayakame](https://github.com/rayakame))
1717
### Fixed
18-
* [#70](https://github.com/rayakame/sqlc-gen-better-python/pull/70) Fixed the `uv sync` command in CONTRIBUTING.md and added an example docker command to create a postgres instance for testing. ([AlexanderHOtt](AlexanderHOtt))
19-
* [#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Brought `aiosqlite` back to full compatibility ([rayakame](rayakame))
20-
* [#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Fixed incorrect typing of query function arguments for nullable fields. ([null-domain](null-domain))
18+
* [#70](https://github.com/rayakame/sqlc-gen-better-python/pull/70) Fixed the `uv sync` command in CONTRIBUTING.md and added an example docker command to create a postgres instance for testing. ([AlexanderHOtt](https://github.com/AlexanderHOtt))
19+
* [#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Brought `aiosqlite` back to full compatibility ([rayakame](https://github.com/rayakame))
20+
* [#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Fixed incorrect typing of query function arguments for nullable fields. ([null-domain](https://github.com/null-domain))

.changie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ changelogPath: CHANGELOG.md
55
versionExt: md
66
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
77
kindFormat: '### {{.Kind}}'
8-
changeFormat: '* [#{{.Custom.PR}}](https://github.com/rayakame/sqlc-gen-better-python/pull/{{.Custom.PR}}) {{.Body}} ([{{.Custom.Author}}]({{.Custom.Author}}))'
8+
changeFormat: '* [#{{.Custom.PR}}](https://github.com/rayakame/sqlc-gen-better-python/pull/{{.Custom.PR}}) {{.Body}} ([{{.Custom.Author}}](https://github.com/{{.Custom.Author}}))'
99
custom:
1010
- key: PR
1111
type: int

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
## v0.4.0 - 2025-05-21
66
### Added
7-
* [#59](https://github.com/rayakame/sqlc-gen-better-python/pull/59) Added hyperlink to github profile of contributors in the changelog ([rayakame](rayakame))
8-
* [#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Added strict output tests & ci to prevent bugs from happening ([rayakame](rayakame))
9-
* [#66](https://github.com/rayakame/sqlc-gen-better-python/pull/66) Added an example sqlc.yaml to README.md ([AlexanderHOtt](AlexanderHOtt))
10-
* [#69](https://github.com/rayakame/sqlc-gen-better-python/pull/69) Added config option to auto generate docstrings for generated python code. ([rayakame](rayakame))
11-
* [#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added support for query annotations `execrows` and `execresult` for driver `asyncpg` ([rayakame](rayakame))
12-
* [#75](https://github.com/rayakame/sqlc-gen-better-python/pull/75) Code coverage tooling ([rayakame](rayakame))
13-
* [#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added `ConnectionLike` instead of `asyncpg.Connection` which allows also using connection pools ([AlexanderHott](AlexanderHott))
14-
* [#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Added tests for `aiosqlite` driver with 100% coverage ([rayakame](rayakame))
15-
* [#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Added tests for `sqlite3` driver with 100% coverage ([rayakame](rayakame))
16-
* [#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Brought `sqlite3` back to full compatibility ([rayakame](rayakame))
17-
* [#87](https://github.com/rayakame/sqlc-gen-better-python/pull/87) Added support for `:copyfrom` for driver `asyncpg` ([rayakame](rayakame))
7+
* [#59](https://github.com/rayakame/sqlc-gen-better-python/pull/59) Added hyperlink to github profile of contributors in the changelog ([rayakame](https://github.com/rayakame))
8+
* [#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Added strict output tests & ci to prevent bugs from happening ([rayakame](https://github.com/rayakame))
9+
* [#66](https://github.com/rayakame/sqlc-gen-better-python/pull/66) Added an example sqlc.yaml to README.md ([AlexanderHOtt](https://github.com/AlexanderHOtt))
10+
* [#69](https://github.com/rayakame/sqlc-gen-better-python/pull/69) Added config option to auto generate docstrings for generated python code. ([rayakame](https://github.com/rayakame))
11+
* [#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added support for query annotations `execrows` and `execresult` for driver `asyncpg` ([rayakame](https://github.com/rayakame))
12+
* [#75](https://github.com/rayakame/sqlc-gen-better-python/pull/75) Code coverage tooling ([rayakame](https://github.com/rayakame))
13+
* [#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added `ConnectionLike` instead of `asyncpg.Connection` which allows also using connection pools ([AlexanderHott](https://github.com/AlexanderHott))
14+
* [#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Added tests for `aiosqlite` driver with 100% coverage ([rayakame](https://github.com/rayakame))
15+
* [#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Added tests for `sqlite3` driver with 100% coverage ([rayakame](https://github.com/rayakame))
16+
* [#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Brought `sqlite3` back to full compatibility ([rayakame](https://github.com/rayakame))
17+
* [#87](https://github.com/rayakame/sqlc-gen-better-python/pull/87) Added support for `:copyfrom` for driver `asyncpg` ([rayakame](https://github.com/rayakame))
1818
### Changed
19-
* [#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Removed unnecessary `msgspec.field()` and `attrs.field()` for models. ([rayakame](rayakame))
20-
* [#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) `:many` queries now return `QueryResults` allowing both iteration over rows and fetching rows. ([rayakame](rayakame))
19+
* [#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Removed unnecessary `msgspec.field()` and `attrs.field()` for models. ([rayakame](https://github.com/rayakame))
20+
* [#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) `:many` queries now return `QueryResults` allowing both iteration over rows and fetching rows. ([rayakame](https://github.com/rayakame))
2121
### Fixed
22-
* [#70](https://github.com/rayakame/sqlc-gen-better-python/pull/70) Fixed the `uv sync` command in CONTRIBUTING.md and added an example docker command to create a postgres instance for testing. ([AlexanderHOtt](AlexanderHOtt))
23-
* [#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Brought `aiosqlite` back to full compatibility ([rayakame](rayakame))
24-
* [#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Fixed incorrect typing of query function arguments for nullable fields. ([null-domain](null-domain))
22+
* [#70](https://github.com/rayakame/sqlc-gen-better-python/pull/70) Fixed the `uv sync` command in CONTRIBUTING.md and added an example docker command to create a postgres instance for testing. ([AlexanderHOtt](https://github.com/AlexanderHOtt))
23+
* [#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Brought `aiosqlite` back to full compatibility ([rayakame](https://github.com/rayakame))
24+
* [#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Fixed incorrect typing of query function arguments for nullable fields. ([null-domain](https://github.com/null-domain))
2525

2626
## v0.3.1 - 2025-05-07
2727
### Fixed

0 commit comments

Comments
 (0)