diff --git a/README.md b/README.md index 27cf159..e07fd3b 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.5.1/sqlc-gen-better-python.wasm - sha256: c7cc470df7625ae3232c2b042060b948180ae784ce3d81c32e8a2c040fe04fa7 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.6.0/sqlc-gen-better-python.wasm + sha256: 16f5affb502f2ec65ca61f6fc5ddd993449c4a4fc281996c3c9a9bc2e35b1474 sql: - engine: "postgresql" queries: "query.sql" diff --git a/docs/content/_index.md b/docs/content/_index.md index 54aed5a..e18e8e2 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -191,8 +191,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.5.1/sqlc-gen-better-python.wasm - sha256: c7cc470df7625ae3232c2b042060b948180ae784ce3d81c32e8a2c040fe04fa7 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.6.0/sqlc-gen-better-python.wasm + sha256: 16f5affb502f2ec65ca61f6fc5ddd993449c4a4fc281996c3c9a9bc2e35b1474 sql: - engine: "postgresql" queries: "query.sql" diff --git a/docs/content/docs/getting-started.md b/docs/content/docs/getting-started.md index 19efddb..de93ada 100644 --- a/docs/content/docs/getting-started.md +++ b/docs/content/docs/getting-started.md @@ -61,8 +61,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.5.1/sqlc-gen-better-python.wasm - sha256: c7cc470df7625ae3232c2b042060b948180ae784ce3d81c32e8a2c040fe04fa7 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.6.0/sqlc-gen-better-python.wasm + sha256: 16f5affb502f2ec65ca61f6fc5ddd993449c4a4fc281996c3c9a9bc2e35b1474 sql: - engine: "postgresql" queries: "query.sql" @@ -87,8 +87,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.5.1/sqlc-gen-better-python.wasm - sha256: c7cc470df7625ae3232c2b042060b948180ae784ce3d81c32e8a2c040fe04fa7 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.6.0/sqlc-gen-better-python.wasm + sha256: 16f5affb502f2ec65ca61f6fc5ddd993449c4a4fc281996c3c9a9bc2e35b1474 sql: - engine: "sqlite" queries: "query.sql" @@ -113,8 +113,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.5.1/sqlc-gen-better-python.wasm - sha256: c7cc470df7625ae3232c2b042060b948180ae784ce3d81c32e8a2c040fe04fa7 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.6.0/sqlc-gen-better-python.wasm + sha256: 16f5affb502f2ec65ca61f6fc5ddd993449c4a4fc281996c3c9a9bc2e35b1474 sql: - engine: "sqlite" queries: "query.sql" diff --git a/docs/content/docs/guide/configuration.md b/docs/content/docs/guide/configuration.md index 1421530..231e231 100644 --- a/docs/content/docs/guide/configuration.md +++ b/docs/content/docs/guide/configuration.md @@ -20,8 +20,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.5.1/sqlc-gen-better-python.wasm - sha256: c7cc470df7625ae3232c2b042060b948180ae784ce3d81c32e8a2c040fe04fa7 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.6.0/sqlc-gen-better-python.wasm + sha256: 16f5affb502f2ec65ca61f6fc5ddd993449c4a4fc281996c3c9a9bc2e35b1474 sql: - engine: "postgresql" queries: "query.sql"