Skip to content

Commit

Permalink
Upgrade to pgrx v0.12.1
Browse files Browse the repository at this point in the history
*   Drop support for Postgres 11
*   Add support for Postgres 17
*   Make the extension relocatable
*   Change the spelling of "JSONSchema" to "JSON Schema"
  • Loading branch information
theory committed Aug 26, 2024
1 parent 1c6221a commit 22b1fb2
Show file tree
Hide file tree
Showing 9 changed files with 363 additions and 389 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
container: pgxn/pgxn-tools
strategy:
matrix:
pg: [11, 12, 13, 14, 15, 16]
pg: [12, 13, 14, 15, 16, 17]
name: 🐘 Postgres ${{ matrix.pg }}
steps:
- name: Checkout
Expand Down
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,28 @@ All notable changes to this project will be documented in this file. It uses the
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
"Semantic Versioning 2.0.0"

## [v0.1.2] --- Not Yet Released

### ⬆️ Dependency Updates

* Upgraded pgrx to v0.12.1

### ⚡ Improvements

* Made the extension relocatable

### 📔 Notes

* Dropped support for Postgres 11 (no longer supported by pgrx).
* Added support for Postgres 17.

## [v0.1.1] --- 2024-06-12

The theme of this release is *fast follows.*

### ⬆️ Dependency Updates

* Updated boon to v0.6.
* Upgraded boon to v0.6.

### ⚡ Improvements

Expand Down
Loading

0 comments on commit 22b1fb2

Please sign in to comment.