1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## [0.3.0] - 2025-04-01
4
+ ## [0.3.0] - 2025-05-21
5
5
6
6
### Bug Fixes
7
7
@@ -31,6 +31,11 @@ All notable changes to this project will be documented in this file.
31
31
- Use static args during check on musl
32
32
- Use RUSTFLAGS for musl build
33
33
- Download artifact version
34
+ - Re-build just from scratch for create-release-pr
35
+ - Add gnu tar to alpine
36
+ - Artifact-upload
37
+ - Print release version
38
+ - Artifact name
34
39
35
40
### Documentation
36
41
@@ -47,6 +52,8 @@ All notable changes to this project will be documented in this file.
47
52
- Add concurrency restriction for creating release pr
48
53
- Add build-all target for pgrx
49
54
- Publish both builder images
55
+ - Enable dependabot (#92)
56
+ - Restrict release build concurrency
50
57
51
58
### Miscellaneous Tasks
52
59
@@ -66,6 +73,16 @@ All notable changes to this project will be documented in this file.
66
73
- Update dockerfiles to use new target
67
74
- Update pgrx version defaults
68
75
- Clean out unused builder-musl lines
76
+ - Bump time from 0.3.36 to 0.3.41 (#98)
77
+ - Bump ulid from 1.1.3 to 1.2.1 (#97)
78
+ - Bump chrono from 0.4.38 to 0.4.41 (#96)
79
+ - Bump actions/download-artifact from 4.2.1 to 4.3.0 (#95)
80
+ - Bump softprops/action-gh-release from 1 to 2 (#94)
81
+ - Bump tokio from 1.40.0 to 1.45.0 (#93)
82
+ - Pg 16.8 -> 16.9, 15.12 -> 15.13, 17.4 -> 17.5
83
+ - Bump versions in docs, code
84
+ - Update pgrx to 0.14.1
85
+ - Remove pg12
69
86
70
87
### Refactor
71
88
0 commit comments