Skip to content

Commit 6a24625

Browse files
authored
Merge pull request #184 from grafbase/tomhoule-wvupzvkstlny
Release grafbase-postgres 0.3.10
2 parents b3cc768 + 59fda4a commit 6a24625

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/postgres/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the Grafbase PostgreSQL CLI tool will be documented in this file.
44

5+
## [0.3.10] - 2025-09-07
6+
7+
- Fix an install script issue with 0.3.9. The binary should be identical to 0.3.9.
8+
59
## [0.3.9] - 2025-09-05
610

711
- Generate `@lookup` fields without non-null wrappers, since per the composite schemas spec, lookup fields should be nullable.

cli/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grafbase-postgres"
3-
version = "0.3.9"
3+
version = "0.3.10"
44
edition = "2024"
55
license = "Apache-2.0"
66

cli/postgres/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [[ ${OS:-} = Windows_NT ]]; then
66
exit 1
77
fi
88

9-
LATEST_VERSION="0.3.8"
9+
LATEST_VERSION="0.3.10"
1010

1111
# Reset
1212
Color_Off=''

0 commit comments

Comments
 (0)