From 1a34c92b6d30293ee120b5c5b96145aa1055da67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 08:17:58 +0000 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 4 +++- pkg/databases/postgres-legacy/CHANGELOG.md | 18 ++++++++++++++++++ pkg/databases/postgres/CHANGELOG.md | 19 +++++++++++++++++++ 3 files changed, 40 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 413b02c..750a4ac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,7 @@ { ".": "3.1.0", "v3/pkg/databases/postgres": "1.0.0", - "v3/pkg/databases/postgres-legacy": "1.0.0" + "v3/pkg/databases/postgres-legacy": "1.0.0", + "pkg/databases/postgres": "1.0.0", + "pkg/databases/postgres-legacy": "1.0.0" } diff --git a/pkg/databases/postgres-legacy/CHANGELOG.md b/pkg/databases/postgres-legacy/CHANGELOG.md index 8a4ddfb..d094db0 100644 --- a/pkg/databases/postgres-legacy/CHANGELOG.md +++ b/pkg/databases/postgres-legacy/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 1.0.0 (2026-07-14) + + +### Features + +* Add PostgreSQL 18 driver + driver refactor ([9872fae](https://github.com/Liphium/magic/commit/9872fae22cb60577570da655616cb852be42f7d0)) +* Add PostgreSQL 18 driver + upgrade real project example ([5f00260](https://github.com/Liphium/magic/commit/5f00260cbe3253a918e388131829f420015ef927)) +* add release please + dependency updates ([627c615](https://github.com/Liphium/magic/commit/627c61551bbc3dfbfc7e0e21bc0f7e644f37458f)) +* Detect broken container images before collisions ([204688a](https://github.com/Liphium/magic/commit/204688a532ea5ecf2fd4e25671c2df7bfc4c5cce)) +* Make sure major version upgrades are detected and starting of ([863ca22](https://github.com/Liphium/magic/commit/863ca224e1e8d8f5ce65399f98f18a8b220ed808)) + + +### Bug Fixes + +* Make sure tables are properly truncated / dropped ([f10f886](https://github.com/Liphium/magic/commit/f10f8863256f7e704f919aa9be84a2900b2d7f1e)) +* Name the default database properly ([a4c4edc](https://github.com/Liphium/magic/commit/a4c4edc84e09db42b2ee408a9843cb1bba45e357)) +* Only use postgres connection in drivers ([1d6abc8](https://github.com/Liphium/magic/commit/1d6abc88df395a1a061beffab0f527db73ce7ce8)) + ## [1.1.0](https://github.com/Liphium/magic/compare/pkg/databases/postgres-legacy/v1.0.0...pkg/databases/postgres-legacy/v1.1.0) (2026-07-14) diff --git a/pkg/databases/postgres/CHANGELOG.md b/pkg/databases/postgres/CHANGELOG.md index 7b00c1e..60c26f2 100644 --- a/pkg/databases/postgres/CHANGELOG.md +++ b/pkg/databases/postgres/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 1.0.0 (2026-07-14) + + +### Features + +* Add PostgreSQL 18 driver + driver refactor ([9872fae](https://github.com/Liphium/magic/commit/9872fae22cb60577570da655616cb852be42f7d0)) +* Add PostgreSQL 18 driver + upgrade real project example ([5f00260](https://github.com/Liphium/magic/commit/5f00260cbe3253a918e388131829f420015ef927)) +* add release please + dependency updates ([627c615](https://github.com/Liphium/magic/commit/627c61551bbc3dfbfc7e0e21bc0f7e644f37458f)) +* Detect broken container images before collisions ([204688a](https://github.com/Liphium/magic/commit/204688a532ea5ecf2fd4e25671c2df7bfc4c5cce)) +* Make sure major version upgrades are detected and starting of ([863ca22](https://github.com/Liphium/magic/commit/863ca224e1e8d8f5ce65399f98f18a8b220ed808)) + + +### Bug Fixes + +* Make sure database is named properly ([a079c4a](https://github.com/Liphium/magic/commit/a079c4a0d041a594bc8e348964355a5318234de2)) +* Make sure tables are properly truncated / dropped ([f10f886](https://github.com/Liphium/magic/commit/f10f8863256f7e704f919aa9be84a2900b2d7f1e)) +* Only use postgres connection in drivers ([1d6abc8](https://github.com/Liphium/magic/commit/1d6abc88df395a1a061beffab0f527db73ce7ce8)) +* typo ([5b1eee1](https://github.com/Liphium/magic/commit/5b1eee1a10c24ead65cfdbb3509f3ec36c71020d)) + ## [1.1.0](https://github.com/Liphium/magic/compare/pkg/databases/postgres/v1.0.0...pkg/databases/postgres/v1.1.0) (2026-07-14) From 6651ef06b7a82889b790d9229b948c3b654d67d8 Mon Sep 17 00:00:00 2001 From: Unbreathable <70802809+Unbreathable@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:18:53 +0200 Subject: [PATCH 2/2] chore: remove invalid packages from manifest --- .release-please-manifest.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 750a4ac..74e8d39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,5 @@ { ".": "3.1.0", - "v3/pkg/databases/postgres": "1.0.0", - "v3/pkg/databases/postgres-legacy": "1.0.0", "pkg/databases/postgres": "1.0.0", "pkg/databases/postgres-legacy": "1.0.0" }