Skip to content

Commit bcec21b

Browse files
Release v0.4.3 (#110)
Co-authored-by: rayakame <202957330+rayakame@users.noreply.github.com>
1 parent 6653caa commit bcec21b

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changes/unreleased/Fixed-20250528-145714.yaml

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

.changes/v0.4.3.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.4.3 - 2025-05-28
2+
### Fixed
3+
* [#109](https://github.com/rayakame/sqlc-gen-better-python/pull/109) Fixed missing model import when using `:copyfrom` cmd. ([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.3 - 2025-05-28
6+
### Fixed
7+
* [#109](https://github.com/rayakame/sqlc-gen-better-python/pull/109) Fixed missing model import when using `:copyfrom` cmd. ([rayakame](https://github.com/rayakame))
8+
59
## v0.4.2 - 2025-05-25
610
### Added
711
* [#104](https://github.com/rayakame/sqlc-gen-better-python/pull/104) Enabled ruff `preview` config option. ([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.2"
9+
const PluginVersion = "v0.4.3"
1010

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

0 commit comments

Comments
 (0)