Skip to content

Commit

Permalink
Prepare release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sad-spirit committed Feb 25, 2025
1 parent 1112eb4 commit cf2fcd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [3.0.0] - 2025-02-25

Package manual is now published on [Read the Docs](https://pg-builder.readthedocs.io)

Expand Down Expand Up @@ -454,4 +454,4 @@ Initial release on GitHub
[2.4.0]: https://github.com/sad-spirit/pg-builder/compare/v2.3.1...v2.4.0
[3.0.0-beta]: https://github.com/sad-spirit/pg-builder/compare/v2.4.0...v3.0.0-beta
[3.0.0-beta.2]: https://github.com/sad-spirit/pg-builder/compare/v3.0.0-beta...v3.0.0-beta.2
[Unreleased]: https://github.com/sad-spirit/pg-builder/compare/v3.0.0-beta.2...HEAD
[3.0.0]: https://github.com/sad-spirit/pg-builder/compare/v3.0.0-beta.2...v3.0.0
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# sad_spirit/pg_builder

[![Continuous Integration](https://github.com/sad-spirit/pg-builder/actions/workflows/continuous-integration.yml/badge.svg?branch=master)](https://github.com/sad-spirit/pg-builder/actions/workflows/continuous-integration.yml)

[![Static Analysis](https://github.com/sad-spirit/pg-builder/actions/workflows/static-analysis.yml/badge.svg?branch=master)](https://github.com/sad-spirit/pg-builder/actions/workflows/static-analysis.yml)

> Note: master branch contains code for an upcoming 3.0 version that requires PHP 8.2+ and supports new syntax of Postgres 17.
>
> [Branch 2.x](../../tree/2.x) contains the stable version supporting PHP 7.2+ and Postgres 16.
This is a query builder for Postgres with a twist: it contains a partial<sup>[1](#footnote1)</sup> reimplementation of PostgreSQL's own
query parser. This sets it aside from the usual breed of "write-only" query builders:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sad_spirit/pg_wrapper": "^3.0@beta",
"psr/cache": "^3",
"phpstan/phpstan": "^2",
"vimeo/psalm": "^6"
"vimeo/psalm": "^6.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cf2fcd4

Please sign in to comment.