Skip to content

Commit a10b3f0

Browse files
Release v0.4.1 (#99)
Co-authored-by: rayakame <202957330+rayakame@users.noreply.github.com>
1 parent c4d19ba commit a10b3f0

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changes/unreleased/Fixed-20250523-132705.yaml

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

.changes/v0.4.1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.4.1 - 2025-05-23
2+
### Fixed
3+
* [#97](https://github.com/rayakame/sqlc-gen-better-python/pull/97) Added `None` to `QueryResultsArgsType` ([rayakame](https://github.com/rayakame))

CHANGELOG.md

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

44

5+
## v0.4.1 - 2025-05-23
6+
### Fixed
7+
* [#97](https://github.com/rayakame/sqlc-gen-better-python/pull/97) Added `None` to `QueryResultsArgsType` ([rayakame](https://github.com/rayakame))
8+
59
## v0.4.0 - 2025-05-21
610
### Added
711
* [#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))

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.0"
9+
const PluginVersion = "v0.4.1"
1010

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

0 commit comments

Comments
 (0)