Skip to content

Commit ed996d5

Browse files
committed
feat(wrappers): add versions 0.1.7 and 0.1.8
1 parent 02875e1 commit ed996d5

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

nix/ext/versions.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,22 @@
581581
}
582582
},
583583
"wrappers": {
584+
"0.1.7": {
585+
"postgresql": [
586+
"15"
587+
],
588+
"hash": "sha256-aGq46W12XTxGH1KKxk2re0ul+9h0n/OIrFLsylS+Y3U=",
589+
"pgrx": "0.6.1",
590+
"rust": "1.82.0"
591+
},
592+
"0.1.8": {
593+
"postgresql": [
594+
"15"
595+
],
596+
"hash": "sha256-9h5T10mD4W7hEDdbtxkyxiY/pACX1Io33UGetGOlCZA=",
597+
"pgrx": "0.6.1",
598+
"rust": "1.82.0"
599+
},
584600
"0.1.9": {
585601
"postgresql": [
586602
"15"

nix/ext/wrappers/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ let
188188
);
189189
# All versions that were previously packaged (historical list)
190190
allPreviouslyPackagedVersions = [
191-
"0.1.8"
192-
"0.1.7"
193191
"0.1.6"
194192
"0.1.5"
195193
# Versions of wrapper extension prior to 0.1.5 are using pgx 0.5.6 that doesn't support PostgreSQL 14+

0 commit comments

Comments
 (0)