@@ -5,6 +5,78 @@ All notable changes to this project will be documented in this file.
55
66### Bug Fixes
77
8+ - Clarify only long SHAs required, update repo URL
9+ - Disable test workflow on releases
10+ - Fix refname used for release
11+ - Use --locked when doing install in builder image
12+ - Always specify the packaged pg version
13+ - Version in readme
14+ - Update pg-version for 15
15+ - Update pgrx-pg-version to pg17
16+ - Pgrx-pg-version used for pg15
17+ - Do not upload artifacts
18+ - Boolean use
19+ - Revert change to legacy base-pkg build
20+ - Release PR prep
21+ - Dockerfile for 17.4
22+ - Only perform artifact upload on release tag
23+ - Run release artifact CI properly
24+ - Use of gnu/libc in workflows
25+ - Build zip on musl
26+ - Rpm build
27+ - Release flows
28+ - Justfile usage
29+ - Re-install cargo-pgrx before use
30+ - Filter ci,infra,deps,ops from changelog
31+ - Use static args during check on musl
32+ - Use RUSTFLAGS for musl build
33+ - Download artifact version
34+ - Re-build just from scratch for create-release-pr
35+
36+ ### Documentation
37+
38+ - Add FAQ/common issues section
39+
40+ ### Features
41+
42+ - Enable tagging a specific ref for release
43+ - Enable building and pushing builder image from CI
44+ - Run CI on pull requests
45+ - Cancel in-progress PR tests
46+ - Add musl builds
47+ - Add CI workflow for building base-pkg image in CI
48+ - Add concurrency restriction for creating release pr
49+ - Add build-all target for pgrx
50+ - Publish both builder images
51+
52+ ### Miscellaneous Tasks
53+
54+ - Update actions/checkout action in CI
55+ - Update readme quickstart version
56+ - Update rust toolchain & MSRV to 1.85.1
57+ - Add rust-toolchain.toml
58+ - Update pgrx 0.13.1
59+ - Use pinned deps
60+ - Update pg17 latest version
61+ - Pg15.8 -> 15.12
62+ - Update versions for pg17
63+ - Update base-pkg and add new pg17.4 Dockerfile
64+ - Update base alpine image version
65+ - Add test workflow to merge queue
66+ - Update default rust version to 1.85.1
67+ - Update dockerfiles to use new target
68+ - Update pgrx version defaults
69+ - Clean out unused builder-musl lines
70+
71+ ### Refactor
72+
73+ - Justfile grouping
74+ - Init only one pg version
75+
76+ ## [0.3.0] - 2025-04-01
77+
78+ ### Bug Fixes
79+
880- Clarify only long SHAs required, update repo URL
981- Disable test workflow on releases
1082- Fix refname used for release
0 commit comments