Skip to content

Commit

Permalink
release: pg_idkit 0.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
t3hmrman committed Oct 1, 2024
1 parent 233a528 commit 8904650
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.2.4] - 2024-10-01

### Bug Fixes

- Trigger settings
- Add explicit pgrx_embed bin

### Features

- Add note to docs about CI issues
- Add postgres 17

### Miscellaneous Tasks

- Update deps
- Pg 15.6 -> 15.8
- Pg 16.2 -> 16.4
- Pgrx 0.11.3 -> 0.12.5
- Update rust version
- Update pgrx init version, print pgrx version
- Remove automated PR testing for pg12/pg13

### Refactor

- Update chrono usage

## [0.2.3] - 2024-03-06

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg_idkit"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = ["Victor Adossi <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8904650

Please sign in to comment.