Skip to content

Commit 9edf9c8

Browse files
Release v0.4.2 (#106)
Co-authored-by: rayakame <202957330+rayakame@users.noreply.github.com>
1 parent 2111971 commit 9edf9c8

File tree

5 files changed

+10
-13
lines changed

5 files changed

+10
-13
lines changed

.changes/unreleased/Added-20250524-215948.yaml

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

.changes/unreleased/Added-20250526-010713.yaml

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

.changes/v0.4.2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.4.2 - 2025-05-25
2+
### Added
3+
* [#104](https://github.com/rayakame/sqlc-gen-better-python/pull/104) Enabled ruff `preview` config option. ([rayakame](https://github.com/rayakame))
4+
* [#105](https://github.com/rayakame/sqlc-gen-better-python/pull/105) Added support for type overrides, allowing users to specify their own python types for specific sql types. ([rayakame](https://github.com/rayakame))

CHANGELOG.md

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

44

5+
## v0.4.2 - 2025-05-25
6+
### Added
7+
* [#104](https://github.com/rayakame/sqlc-gen-better-python/pull/104) Enabled ruff `preview` config option. ([rayakame](https://github.com/rayakame))
8+
* [#105](https://github.com/rayakame/sqlc-gen-better-python/pull/105) Added support for type overrides, allowing users to specify their own python types for specific sql types. ([rayakame](https://github.com/rayakame))
9+
510
## v0.4.1 - 2025-05-23
611
### Fixed
712
* [#97](https://github.com/rayakame/sqlc-gen-better-python/pull/97) Added `None` to `QueryResultsArgsType` ([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.1"
9+
const PluginVersion = "v0.4.2"
1010

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

0 commit comments

Comments
 (0)