Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changes/unreleased/Fixed-20250523-132705.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .changes/v0.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.4.1 - 2025-05-23
### Fixed
* [#97](https://github.com/rayakame/sqlc-gen-better-python/pull/97) Added `None` to `QueryResultsArgsType` ([rayakame](https://github.com/rayakame))
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.


## v0.4.1 - 2025-05-23
### Fixed
* [#97](https://github.com/rayakame/sqlc-gen-better-python/pull/97) Added `None` to `QueryResultsArgsType` ([rayakame](https://github.com/rayakame))

## v0.4.0 - 2025-05-21
### Added
* [#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))
Expand Down
2 changes: 1 addition & 1 deletion internal/core/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/sqlc-dev/plugin-sdk-go/plugin"
)

const PluginVersion = "v0.4.0"
const PluginVersion = "v0.4.1"

type Config struct {
Package string `json:"package" yaml:"package"`
Expand Down