Skip to content

Commit

Permalink
Test with latest Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Oct 3, 2024
1 parent 22d7cd1 commit c435207
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 235 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
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +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.3] --- Unreleased
## [v0.1.3] Unreleased

### ⬆️ 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

* 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 @@ -29,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 @@ -44,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 c435207

Please sign in to comment.