Skip to content

Commit

Permalink
Upgrade to pgrx v0.12.5
Browse files Browse the repository at this point in the history
Required for the Postgres 17 release. Also update all dependencies to
the latest stable releases and tweak the badge links in the README to
make it a bit easier to scan.
  • Loading branch information
theory committed Oct 3, 2024
1 parent f366045 commit 48f3ddb
Show file tree
Hide file tree
Showing 5 changed files with 289 additions and 272 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: pg-start ${{ matrix.pg }}
- name: Setup Rust Cache
uses: Swatinem/rust-cache@v2
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Test on PostgreSQL ${{ matrix.pg }}
run: pgrx-build-test

Expand All @@ -34,6 +36,8 @@ jobs:
run: pg-start ${{ env.PGVERSION }} libxml2-utils
- name: Setup Rust Cache
uses: Swatinem/rust-cache@v2
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Install pgrx
run: make install-pgrx
- name: Initialize pgrx
Expand Down
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ 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] --- 2024-08-26
## [v0.1.3] — 2024-10-03

### ⬆️ Dependency Updates

* Upgraded pgrx to v0.12.5 with support for the Postgres 17.0 release
* Upgraded all other dependencies

### ⬆️ Dependency Updates

* Upgraded pgrx to v0.12.5 with support for the Postgres 17.0 release
* Upgraded all other dependencies

## [v0.1.2] — 2024-08-26

### ⬆️ Dependency Updates

Expand All @@ -22,7 +34,7 @@ All notable changes to this project will be documented in this file. It uses the
* Dropped support for Postgres 11 (no longer supported by pgrx).
* Added support for Postgres 17.

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

The theme of this release is *fast follows.*

Expand All @@ -37,7 +49,7 @@ The theme of this release is *fast follows.*

[v0.1.1]: https://github.com/tembo-io/pg-jsonschema-boon/compare/v0.1.0...v0.1.1

## [v0.1.0] --- 2024-04-30
## [v0.1.0] 2024-04-30

The theme of this release is *learning Rust and pgrx.*

Expand Down
Loading

0 comments on commit 48f3ddb

Please sign in to comment.