From 2dff7aa169fb42386487f0f1f091c36157261aa4 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 15 Oct 2025 22:39:10 +0000 Subject: [PATCH] chore(main): release 1.560.0 (#6823) * chore(main): release 1.560.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 20 +++ backend/Cargo.lock | 133 ++++++++---------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/src/main.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 4 +- openflow.openapi.yaml | 2 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 16 files changed, 99 insertions(+), 88 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ecd8fd76..bcac5dfdfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.560.0](https://github.com/windmill-labs/windmill/compare/v1.559.0...v1.560.0) (2025-10-15) + + +### Features + +* add support for zoho oauth ([#6809](https://github.com/windmill-labs/windmill/issues/6809)) ([9d9c29f](https://github.com/windmill-labs/windmill/commit/9d9c29fdfa15cc655854ec909dea944d10ce7374)) +* **backend:** use flow nodes opti for ai agent steps ([#6808](https://github.com/windmill-labs/windmill/issues/6808)) ([8d5acda](https://github.com/windmill-labs/windmill/commit/8d5acda340cd105c5b0dfc2bfe59b7e996bd2707)) +* build pydoc for wmill python client and mount in container image ([#6828](https://github.com/windmill-labs/windmill/issues/6828)) ([d75e9e3](https://github.com/windmill-labs/windmill/commit/d75e9e3d92d43f449a6296b367018f8fa3da6507)) +* **settings:** add unsaved changes warning for workspace settings ([#6813](https://github.com/windmill-labs/windmill/issues/6813)) ([cb88187](https://github.com/windmill-labs/windmill/commit/cb8818796ddd68d2b2ee1dea5f9b0a648f0c1ec9)) + + +### Bug Fixes + +* always create instance groups with uuid ([#6826](https://github.com/windmill-labs/windmill/issues/6826)) ([48acc57](https://github.com/windmill-labs/windmill/commit/48acc57823792c9e795f9735712e1b2ed6d2b4e2)) +* bug for loop flow inconsistent state ([#6815](https://github.com/windmill-labs/windmill/issues/6815)) ([2565222](https://github.com/windmill-labs/windmill/commit/256522273ee65b67075ac91408825b1c6e91ef06)) +* fix concurrency key filter ([892ce64](https://github.com/windmill-labs/windmill/commit/892ce64ea8550c22d65180c71f57c90a65583832)) +* gcp script picker ([#6837](https://github.com/windmill-labs/windmill/issues/6837)) ([d12c8f3](https://github.com/windmill-labs/windmill/commit/d12c8f34efe5ebbdbbf85ae41bb11307dc5d8ea3)) +* resource editor should not autoselect resources for optional fields ([#6821](https://github.com/windmill-labs/windmill/issues/6821)) ([85d1b8a](https://github.com/windmill-labs/windmill/commit/85d1b8a3e6af41bba93128ebcb88ada383ed2d65)) +* support dyn select for sub flow ([#6835](https://github.com/windmill-labs/windmill/issues/6835)) ([b211155](https://github.com/windmill-labs/windmill/commit/b211155784135b1377975a2759f2ddca1cffcea2)) + ## [1.559.0](https://github.com/windmill-labs/windmill/compare/v1.558.1...v1.559.0) (2025-10-14) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 9f8e2fc17b..b7f7d1d42e 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -122,7 +122,7 @@ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" dependencies = [ "cfg-if", "const-random", - "getrandom 0.3.3", + "getrandom 0.3.4", "once_cell", "version_check", "zerocopy", @@ -791,9 +791,9 @@ dependencies = [ [[package]] name = "aws-lc-rs" -version = "1.14.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b8ff6c09cd57b16da53641caa860168b88c172a5ee163b0288d3d6eea12786" +checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d" dependencies = [ "aws-lc-sys", "zeroize", @@ -801,9 +801,9 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.31.0" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e44d16778acaf6a9ec9899b92cebd65580b83f685446bf2e1f5d3d732f99dcd" +checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c" dependencies = [ "bindgen 0.72.1", "cc", @@ -1023,7 +1023,7 @@ dependencies = [ "pin-project-lite", "rustls 0.21.12", "rustls 0.23.29", - "rustls-native-certs 0.8.1", + "rustls-native-certs 0.8.2", "rustls-pki-types", "tokio", "tower 0.5.2", @@ -1962,9 +1962,9 @@ dependencies = [ [[package]] name = "cfg-if" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "cfg_aliases" @@ -4831,9 +4831,9 @@ dependencies = [ [[package]] name = "dyn-stack-macros" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05dbec7076f432bb132db738df90d87a4f5789e99f59e7b1219a6b8ef61eaa68" +checksum = "00140340c29b813fdf6ff2237c4407405baefc72cacbe8f1e2277a75b90e5d30" [[package]] name = "dynasm" @@ -5870,21 +5870,21 @@ dependencies = [ "cfg-if", "js-sys", "libc", - "wasi 0.11.1+wasi-snapshot-preview1", + "wasi", "wasm-bindgen", ] [[package]] name = "getrandom" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" dependencies = [ "cfg-if", "js-sys", "libc", "r-efi", - "wasi 0.14.7+wasi-0.2.4", + "wasip2", "wasm-bindgen", ] @@ -6666,7 +6666,7 @@ dependencies = [ "hyper-util", "log", "rustls 0.23.29", - "rustls-native-certs 0.8.1", + "rustls-native-certs 0.8.2", "rustls-pki-types", "tokio", "tokio-rustls 0.26.4", @@ -7182,7 +7182,7 @@ version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" dependencies = [ - "getrandom 0.3.3", + "getrandom 0.3.4", "libc", ] @@ -8180,7 +8180,7 @@ checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", "log", - "wasi 0.11.1+wasi-snapshot-preview1", + "wasi", "windows-sys 0.48.0", ] @@ -8191,7 +8191,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" dependencies = [ "libc", - "wasi 0.11.1+wasi-snapshot-preview1", + "wasi", "windows-sys 0.59.0", ] @@ -8330,7 +8330,7 @@ dependencies = [ "bytes", "crc32fast", "flate2", - "getrandom 0.3.3", + "getrandom 0.3.4", "mysql-common-derive", "num-bigint", "num-traits", @@ -9058,9 +9058,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.73" +version = "0.10.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" +checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654" dependencies = [ "bitflags 2.9.4", "cfg-if", @@ -9099,9 +9099,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.109" +version = "0.9.110" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" +checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2" dependencies = [ "cc", "libc", @@ -10179,9 +10179,9 @@ dependencies = [ [[package]] name = "pure-rust-locales" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1190fd18ae6ce9e137184f207593877e70f39b015040156b1e05081cdfe3733a" +checksum = "869675ad2d7541aea90c6d88c81f46a7f4ea9af8cd0395d38f11a95126998a0d" [[package]] name = "pwd" @@ -10252,7 +10252,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" dependencies = [ "bytes", - "getrandom 0.3.3", + "getrandom 0.3.4", "lru-slab", "rand 0.9.0", "ring 0.17.14", @@ -10368,7 +10368,7 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" dependencies = [ - "getrandom 0.3.3", + "getrandom 0.3.4", ] [[package]] @@ -10700,7 +10700,7 @@ dependencies = [ "pin-project-lite", "quinn", "rustls 0.23.29", - "rustls-native-certs 0.8.1", + "rustls-native-certs 0.8.2", "rustls-pki-types", "serde", "serde_json", @@ -11161,9 +11161,9 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" +checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923" dependencies = [ "openssl-probe", "rustls-pki-types", @@ -13305,7 +13305,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", - "getrandom 0.3.3", + "getrandom 0.3.4", "once_cell", "rustix 1.1.2", "windows-sys 0.61.2", @@ -13832,7 +13832,7 @@ dependencies = [ "httparse", "rand 0.8.5", "ring 0.17.14", - "rustls-native-certs 0.8.1", + "rustls-native-certs 0.8.2", "rustls-pki-types", "tokio", "tokio-rustls 0.26.4", @@ -13925,7 +13925,7 @@ dependencies = [ "percent-encoding", "pin-project", "prost", - "rustls-native-certs 0.8.1", + "rustls-native-certs 0.8.2", "rustls-pemfile 2.2.0", "socket2 0.5.10", "tokio", @@ -14652,7 +14652,7 @@ version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ - "getrandom 0.3.3", + "getrandom 0.3.4", "js-sys", "serde", "wasm-bindgen", @@ -14760,15 +14760,6 @@ version = "0.11.1+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" -[[package]] -name = "wasi" -version = "0.14.7+wasi-0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" -dependencies = [ - "wasip2", -] - [[package]] name = "wasip2" version = "1.0.1+wasi-0.2.4" @@ -15131,7 +15122,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15191,7 +15182,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "argon2", @@ -15311,7 +15302,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.559.0" +version = "1.560.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15326,7 +15317,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.559.0" +version = "1.560.0" dependencies = [ "chrono", "serde", @@ -15339,7 +15330,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "axum", @@ -15358,7 +15349,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "async-recursion", @@ -15442,7 +15433,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.559.0" +version = "1.560.0" dependencies = [ "regex", "serde", @@ -15457,7 +15448,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "bytes", @@ -15481,7 +15472,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.559.0" +version = "1.560.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15493,7 +15484,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.559.0" +version = "1.560.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15502,7 +15493,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "lazy_static", @@ -15514,7 +15505,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "serde_json", @@ -15526,7 +15517,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "gosyn", @@ -15538,7 +15529,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "lazy_static", @@ -15550,7 +15541,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "serde_json", @@ -15562,7 +15553,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "nu-parser", @@ -15573,7 +15564,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15584,7 +15575,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15596,7 +15587,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "async-recursion", @@ -15619,7 +15610,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "lazy_static", @@ -15633,7 +15624,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15650,7 +15641,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "lazy_static", @@ -15664,7 +15655,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "lazy_static", @@ -15682,7 +15673,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15707,7 +15698,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "serde_json", @@ -15717,7 +15708,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "async-recursion", @@ -15750,7 +15741,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.559.0" +version = "1.560.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15760,7 +15751,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.559.0" +version = "1.560.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3df2bb6f25..04a3464307 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.559.0" +version = "1.560.0" authors.workspace = true edition.workspace = true @@ -34,7 +34,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.559.0" +version = "1.560.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 417b433d1d..f7b949f2d9 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.559.0 + version: 1.560.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index f0c2dbd0a6..71f1371085 100644 --- a/benchmarks/lib.ts +++ b/benchmarks/lib.ts @@ -2,7 +2,7 @@ import { sleep } from "https://deno.land/x/sleep@v1.2.1/mod.ts"; import * as windmill from "https://deno.land/x/windmill@v1.174.0/mod.ts"; import * as api from "https://deno.land/x/windmill@v1.174.0/windmill-api/index.ts"; -export const VERSION = "v1.559.0"; +export const VERSION = "v1.560.0"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/src/main.ts b/cli/src/main.ts index 0e544c64bd..0aab1e0045 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.559.0"; +export const VERSION = "1.560.0"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6bccce08e3..ee1ce2687b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.559.0", + "version": "1.560.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.559.0", + "version": "1.560.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 32acaaa4d7..4d04a38246 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.559.0", + "version": "1.560.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 6ff3d03015..c970c8e1c6 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.559.0" -wmill_pg = ">=1.559.0" +wmill = ">=1.560.0" +wmill_pg = ">=1.560.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index e0bf944062..54d0a7d450 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.559.0 + version: 1.560.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 7ea75be2ec..ace7c69295 100644 --- a/powershell-client/WindmillClient/WindmillClient.psd1 +++ b/powershell-client/WindmillClient/WindmillClient.psd1 @@ -12,7 +12,7 @@ RootModule = 'WindmillClient.psm1' # Version number of this module. - ModuleVersion = '1.559.0' + ModuleVersion = '1.560.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 8e79fe355a..d867810f7d 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.559.0" +version = "1.560.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index c342ec65f5..1a905f263b 100644 --- a/python-client/wmill_pg/pyproject.toml +++ b/python-client/wmill_pg/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill-pg" -version = "1.559.0" +version = "1.560.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/typescript-client/jsr.json b/typescript-client/jsr.json index cc92ebd43a..70372d564c 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.559.0", + "version": "1.560.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index cd3c21925a..6e99cab791 100644 --- a/typescript-client/package.json +++ b/typescript-client/package.json @@ -1,7 +1,7 @@ { "name": "windmill-client", "description": "Windmill SDK client for browsers and Node.js", - "version": "1.559.0", + "version": "1.560.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index b38560d95d..3d75838ea8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.559.0 +1.560.0