diff --git a/README.md b/README.md index e4a8100..0a9d2d5 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm - sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm + sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48 sql: - engine: "postgresql" queries: "query.sql" diff --git a/docs/content/docs/getting-started.md b/docs/content/docs/getting-started.md index 8dd737a..b3a5bb1 100644 --- a/docs/content/docs/getting-started.md +++ b/docs/content/docs/getting-started.md @@ -113,8 +113,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm - sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm + sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48 sql: - engine: "postgresql" queries: "query.sql" @@ -139,8 +139,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm - sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm + sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48 sql: - engine: "postgresql" queries: "query.sql" @@ -165,8 +165,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm - sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm + sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48 sql: - engine: "postgresql" queries: "query.sql" @@ -191,8 +191,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm - sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm + sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48 sql: - engine: "sqlite" queries: "query.sql" @@ -217,8 +217,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm - sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm + sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48 sql: - engine: "sqlite" queries: "query.sql" diff --git a/docs/content/docs/guide/configuration.md b/docs/content/docs/guide/configuration.md index d1fca9a..fad697e 100644 --- a/docs/content/docs/guide/configuration.md +++ b/docs/content/docs/guide/configuration.md @@ -22,8 +22,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm - sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm + sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48 sql: - engine: "postgresql" queries: "query.sql"