Skip to content

Commit f53c957

Browse files
Release v0.4.5 (#126)
Co-authored-by: rayakame <[email protected]>
1 parent 033e31b commit f53c957

File tree

6 files changed

+14
-19
lines changed

6 files changed

+14
-19
lines changed

.changes/unreleased/Added-20250831-182122.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Added-20250903-021638.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Dependencys-20250903-032902.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v0.4.5.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v0.4.5 - 2025-09-03
2+
### Added
3+
* [#122](https://github.com/rayakame/sqlc-gen-better-python/pull/122) Add `omit_typechecking_blocks` option ([davfsa](https://github.com/davfsa))
4+
* [#124](https://github.com/rayakame/sqlc-gen-better-python/pull/124) Added config option `omit_kwargs_limit`. ([rayakame](https://github.com/rayakame))
5+
### Dependencys
6+
* [#125](https://github.com/rayakame/sqlc-gen-better-python/pull/125) Updated sqlc to v1.30.0 used for testing the plugin ([rayakame](https://github.com/rayakame))

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file.
33

44

5+
## v0.4.5 - 2025-09-03
6+
### Added
7+
* [#122](https://github.com/rayakame/sqlc-gen-better-python/pull/122) Add `omit_typechecking_blocks` option ([davfsa](https://github.com/davfsa))
8+
* [#124](https://github.com/rayakame/sqlc-gen-better-python/pull/124) Added config option `omit_kwargs_limit`. ([rayakame](https://github.com/rayakame))
9+
### Dependencys
10+
* [#125](https://github.com/rayakame/sqlc-gen-better-python/pull/125) Updated sqlc to v1.30.0 used for testing the plugin ([rayakame](https://github.com/rayakame))
11+
512
## v0.4.4 - 2025-05-30
613
### Changed
714
* [#112](https://github.com/rayakame/sqlc-gen-better-python/pull/112) Improved `:execrows` performance for `asyncpg` and added speedup option for `:execrows` ([rayakame](https://github.com/rayakame))

internal/core/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/sqlc-dev/plugin-sdk-go/plugin"
77
)
88

9-
const PluginVersion = "v0.4.4"
9+
const PluginVersion = "v0.4.5"
1010

1111
type Config struct {
1212
Package string `json:"package" yaml:"package"`

0 commit comments

Comments
 (0)