Skip to content

Commit 98d5b6f

Browse files
authored
Merge pull request #29 from DanielFGray/release-please--branches--main--components--pg-sourcerer
chore(main): release 0.5.1
2 parents 7c4f9b6 + 7c83474 commit 98d5b6f

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/pg-sourcerer": "0.5.0"}
1+
{"packages/pg-sourcerer":"0.5.1"}

packages/pg-sourcerer/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/DanielFGray/pg-sourcerer/compare/v0.5.0...v0.5.1) (2026-01-25)
4+
5+
6+
### Features
7+
8+
* **cli:** expand init guidance ([cd01495](https://github.com/DanielFGray/pg-sourcerer/commit/cd0149515822f331a90e8115ecbc0e5cb526be6c))
9+
10+
11+
### Bug Fixes
12+
13+
* **plugins:** effect scoping, pagination stability, schema alignment, hex simplification ([61b9772](https://github.com/DanielFGray/pg-sourcerer/commit/61b97722d4061cc9f4f0009f1d3ed8f46cec9110))
14+
315
## [0.5.0](https://github.com/DanielFGray/pg-sourcerer/compare/v0.4.0...v0.5.0) (2026-01-21)
416

517

packages/pg-sourcerer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@danielfgray/pg-sourcerer",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "PostgreSQL code generation framework with a plugin ecosystem",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)