From 2c128c3b54555283bcf3d48254dea1d7cbc41b02 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 13 Jan 2026 17:30:48 +0100 Subject: [PATCH] chore(main): release 1.604.0 (#7547) * chore(main): release 1.604.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 12 ++ backend/Cargo.lock | 109 ++++++++---------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/src/main.ts | 2 +- frontend/package-lock.json | 50 +++++++- 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, 124 insertions(+), 77 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5adb3349ce..4d47d14674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.604.0](https://github.com/windmill-labs/windmill/compare/v1.603.4...v1.604.0) (2026-01-13) + + +### Features + +* debuggers for python and bun v0 ([#7546](https://github.com/windmill-labs/windmill/issues/7546)) ([4451a37](https://github.com/windmill-labs/windmill/commit/4451a379990acbf80c160861c164667302e0ee08)) + + +### Bug Fixes + +* use write-all permissions for publish_extra workflow ([0db87e4](https://github.com/windmill-labs/windmill/commit/0db87e4036d6baa26eff4d109f6fb4a2584d0a16)) + ## [1.603.4](https://github.com/windmill-labs/windmill/compare/v1.603.3...v1.603.4) (2026-01-12) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 62aaaa97e4..2d440f6b09 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1119,7 +1119,7 @@ dependencies = [ "rustls-pki-types", "tokio", "tokio-rustls 0.26.4", - "tower 0.5.2", + "tower 0.5.3", "tracing", ] @@ -1281,7 +1281,7 @@ dependencies = [ "serde_urlencoded", "sync_wrapper", "tokio", - "tower 0.5.2", + "tower 0.5.3", "tower-layer", "tower-service", "tracing", @@ -2177,9 +2177,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" +checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "clipboard-win" @@ -2254,9 +2254,9 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.2.1" +version = "7.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b" +checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" dependencies = [ "unicode-segmentation", "unicode-width 0.2.2", @@ -3777,7 +3777,7 @@ dependencies = [ "tokio-rustls 0.26.4", "tokio-socks", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tower-http", "tower-service", ] @@ -5454,14 +5454,14 @@ dependencies = [ [[package]] name = "flate2" -version = "1.1.5" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" +checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" dependencies = [ "crc32fast", - "libz-rs-sys", "libz-sys", "miniz_oxide 0.8.9", + "zlib-rs", ] [[package]] @@ -7566,7 +7566,7 @@ dependencies = [ "thiserror 2.0.17", "tokio", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tower-http", "tracing", ] @@ -7843,15 +7843,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "libz-rs-sys" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10501e7805cee23da17c7790e59df2870c0d4043ec6d03f67d31e2b53e77415" -dependencies = [ - "zlib-rs", -] - [[package]] name = "libz-sys" version = "1.1.23" @@ -10427,7 +10418,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" dependencies = [ "rand_chacha 0.9.0", - "rand_core 0.9.3", + "rand_core 0.9.5", "zerocopy", ] @@ -10448,7 +10439,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" dependencies = [ "ppv-lite86", - "rand_core 0.9.3", + "rand_core 0.9.5", ] [[package]] @@ -10462,9 +10453,9 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.9.3" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" dependencies = [ "getrandom 0.3.4", ] @@ -10755,7 +10746,7 @@ dependencies = [ "tokio-native-tls", "tokio-rustls 0.26.4", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tower-http", "tower-service", "url", @@ -10801,7 +10792,7 @@ dependencies = [ "tokio", "tokio-rustls 0.26.4", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tower-http", "tower-service", "url", @@ -14048,9 +14039,9 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" +checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" dependencies = [ "futures-core", "futures-util", @@ -14100,7 +14091,7 @@ dependencies = [ "pin-project-lite", "tokio", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tower-layer", "tower-service", "tracing", @@ -15189,7 +15180,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15252,7 +15243,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "argon2", @@ -15349,7 +15340,7 @@ dependencies = [ "tokio-tungstenite", "tokio-util", "tonic", - "tower 0.5.2", + "tower 0.5.3", "tower-cookies", "tower-http", "tracing", @@ -15375,7 +15366,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.603.4" +version = "1.604.0" dependencies = [ "reqwest 0.12.28", "serde", @@ -15385,7 +15376,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.603.4" +version = "1.604.0" dependencies = [ "chrono", "lazy_static", @@ -15399,7 +15390,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "axum", @@ -15418,7 +15409,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "async-recursion", @@ -15512,7 +15503,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.603.4" +version = "1.604.0" dependencies = [ "regex", "serde", @@ -15527,7 +15518,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "astral-tokio-tar", @@ -15551,7 +15542,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.603.4" +version = "1.604.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15567,7 +15558,7 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "reqwest 0.12.28", @@ -15580,7 +15571,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "async-oauth2", @@ -15604,7 +15595,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.603.4" +version = "1.604.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15613,7 +15604,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "lazy_static", @@ -15625,7 +15616,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "serde_json", @@ -15637,7 +15628,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "gosyn", @@ -15649,7 +15640,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "lazy_static", @@ -15661,7 +15652,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "serde_json", @@ -15673,7 +15664,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "nu-parser", @@ -15684,7 +15675,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15695,7 +15686,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15708,7 +15699,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "async-recursion", @@ -15732,7 +15723,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "lazy_static", @@ -15746,7 +15737,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15763,7 +15754,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "lazy_static", @@ -15777,7 +15768,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "lazy_static", @@ -15796,7 +15787,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "serde", @@ -15807,7 +15798,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "async-recursion", @@ -15844,7 +15835,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.603.4" +version = "1.604.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15854,7 +15845,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.603.4" +version = "1.604.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index fd5d60ef6c..d21c1b2ac5 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.603.4" +version = "1.604.0" authors.workspace = true edition.workspace = true @@ -35,7 +35,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.603.4" +version = "1.604.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index c63f00ad11..2b6d7b70d3 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.603.4 + version: 1.604.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index e4d38a480c..1ccf09f446 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.603.4"; +export const VERSION = "v1.604.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 86fa7049b6..92946b3ccd 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -70,7 +70,7 @@ export { // } // }); -export const VERSION = "1.603.4"; +export const VERSION = "1.604.0"; // Re-exported from constants.ts to maintain backwards compatibility export { WM_FORK_PREFIX } from "./core/constants.ts"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8430575a85..b870f81127 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.603.4", + "version": "1.604.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.603.4", + "version": "1.604.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { @@ -835,6 +835,7 @@ "version": "1.7.1", "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.7.1.tgz", "integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -846,6 +847,7 @@ "version": "1.7.1", "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.1.tgz", "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -856,6 +858,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz", "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -1345,6 +1348,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.0.tgz", "integrity": "sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -1546,6 +1550,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1562,6 +1567,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1578,6 +1584,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1594,6 +1601,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1610,6 +1618,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1626,6 +1635,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1642,6 +1652,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1658,6 +1669,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1674,6 +1686,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1690,6 +1703,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1706,6 +1720,7 @@ "cpu": [ "wasm32" ], + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -1722,6 +1737,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1738,6 +1754,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2358,6 +2375,7 @@ "version": "0.10.1", "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -7196,7 +7214,7 @@ "version": "1.21.7", "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", - "devOptional": true, + "dev": true, "license": "MIT", "bin": { "jiti": "bin/jiti.js" @@ -7632,6 +7650,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7652,6 +7671,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7672,6 +7692,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7692,6 +7713,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7712,6 +7734,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7732,6 +7755,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7752,6 +7776,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7772,6 +7797,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7792,6 +7818,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7812,6 +7839,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7832,6 +7860,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -12469,6 +12498,21 @@ } } }, + "node_modules/svelte-check/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/svelte-eslint-parser": { "version": "0.43.0", "resolved": "https://registry.npmjs.org/svelte-eslint-parser/-/svelte-eslint-parser-0.43.0.tgz", diff --git a/frontend/package.json b/frontend/package.json index c6046ea9f5..8fd01650d2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.603.4", + "version": "1.604.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 5dc567b30b..d3f80b26f6 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.603.4" -wmill_pg = ">=1.603.4" +wmill = ">=1.604.0" +wmill_pg = ">=1.604.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 1eee3b0914..fd9e7af204 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.603.4 + version: 1.604.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 3dbc44c223..9d0c97583b 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.603.4' + ModuleVersion = '1.604.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index b1eeb4884c..1c9faf98ec 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.603.4" +version = "1.604.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 45bf1a7da6..5a8b163fbf 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.603.4" +version = "1.604.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 6792fb463a..c85bc2903a 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.603.4", + "version": "1.604.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./sqlUtils.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index f3a81ee385..d1e591556b 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.603.4", + "version": "1.604.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 6382f0d226..870ec449bb 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.603.4 +1.604.0