File tree Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 99 description : What version of sqlc are you running? If you don't know, run `sqlc version`.
1010 multiple : false
1111 options :
12+ - 1.30.0
1213 - 1.29.0
1314 - 1.28.0
1415 - 1.27.0
Original file line number Diff line number Diff line change 2222author = 'Riza, Inc.'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '1.29 .0'
25+ release = '1.30 .0'
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ docker compose up -d
5050
5151# # Upgrade sqlc
5252
53- You must be running sqlc v1.29 .0 or greater to have access to the `servers`
53+ You must be running sqlc v1.30 .0 or greater to have access to the `servers`
5454configuration.
5555
5656# # Add servers to configuration
Original file line number Diff line number Diff line change 6464 - uses : actions/checkout@v3
6565 - uses : sqlc-dev/setup-sqlc@v3
6666 with :
67- sqlc-version : ' 1.29 .0'
67+ sqlc-version : ' 1.30 .0'
6868 - run : sqlc diff
6969` ` `
7070
8484 - uses: actions/checkout@v3
8585 - uses: sqlc-dev/setup-sqlc@v3
8686 with:
87- sqlc-version: '1.29 .0'
87+ sqlc-version: '1.30 .0'
8888 # Start a PostgreSQL server
8989 - uses: sqlc-dev/action-setup-postgres@master
9090 with:
@@ -117,7 +117,7 @@ jobs:
117117 - uses: actions/checkout@v3
118118 - uses: sqlc-dev/setup-sqlc@v3
119119 with:
120- sqlc-version: '1.29 .0'
120+ sqlc-version: '1.30 .0'
121121 - run: sqlc push
122122 env:
123123 SQLC_AUTH_TOKEN: ${{ secrets.SQLC_AUTH_TOKEN }}
@@ -139,7 +139,7 @@ jobs:
139139 - uses: actions/checkout@v3
140140 - uses: sqlc-dev/setup-sqlc@v3
141141 with:
142- sqlc-version: '1.29 .0'
142+ sqlc-version: '1.30 .0'
143143 - uses: sqlc-dev/action-setup-postgres@master
144144 with:
145145 postgres-version: "16"
@@ -154,7 +154,7 @@ jobs:
154154 steps:
155155 - uses: sqlc-dev/setup-sqlc@v3
156156 with:
157- sqlc-version: '1.29 .0'
157+ sqlc-version: '1.30 .0'
158158 - run: sqlc push
159159 env:
160160 SQLC_AUTH_TOKEN: ${{ secrets.SQLC_AUTH_TOKEN }}
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ docker run --rm -v "%cd%:/src" -w /src sqlc/sqlc generate
4242
4343## Downloads
4444
45- Get pre-built binaries for * v1.29 .0* :
45+ Get pre-built binaries for * v1.30 .0* :
4646
47- - [ Linux] ( https://downloads.sqlc.dev/sqlc_1.29 .0_linux_amd64.tar.gz )
48- - [ macOS] ( https://downloads.sqlc.dev/sqlc_1.29 .0_darwin_amd64.zip )
49- - [ Windows] ( https://downloads.sqlc.dev/sqlc_1.29 .0_windows_amd64.zip )
47+ - [ Linux] ( https://downloads.sqlc.dev/sqlc_1.30 .0_linux_amd64.tar.gz )
48+ - [ macOS] ( https://downloads.sqlc.dev/sqlc_1.30 .0_darwin_amd64.zip )
49+ - [ Windows] ( https://downloads.sqlc.dev/sqlc_1.30 .0_windows_amd64.zip )
5050
5151See [ downloads.sqlc.dev] ( https://downloads.sqlc.dev/ ) for older versions.
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package info
22
33// When no version is set, return the next bug fix version
44// after the most recent tag
5- const Version = "v1.29 .0"
5+ const Version = "v1.30 .0"
You can’t perform that action at this time.
0 commit comments