Skip to content

Commit 23631f7

Browse files
authored
Merge pull request #32 from DanielFGray/release-please--branches--main--components--pg-sourcerer
chore(main): release 0.5.1
2 parents 993fe1d + c23654c commit 23631f7

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,3 +1,3 @@
11
{
2-
"packages/pg-sourcerer": "0.5.0"
2+
"packages/pg-sourcerer": "0.5.1"
33
}

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 ([0bf1d8a](https://github.com/DanielFGray/pg-sourcerer/commit/0bf1d8ad6c4aa88e907b4d27e8d2a0525b839bce))
9+
10+
11+
### Bug Fixes
12+
13+
* **plugins:** effect scoping, pagination stability, schema alignment, hex simplification ([ffe5109](https://github.com/DanielFGray/pg-sourcerer/commit/ffe5109450e62fe78954539876e378dbf41f283f))
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)