From 2a64c208a139a693c935689a80c0ac54e99db4b3 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 20 Jan 2026 21:18:40 +0000 Subject: [PATCH] chore(main): release 1.613.0 (#7617) * chore(main): release 1.613.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 23 ++++++ backend/Cargo.lock | 74 +++++++++---------- 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, 122 insertions(+), 55 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c2efe3d89..d99a76883a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.613.0](https://github.com/windmill-labs/windmill/compare/v1.612.2...v1.613.0) (2026-01-20) + + +### Features + +* **api:** add include_args query parameter to job list endpoints ([96dabee](https://github.com/windmill-labs/windmill/commit/96dabee22591adff5d6221e8628f7a1571b8d5a8)) +* **cli:** add workspace list command to show remote workspaces ([a08c52e](https://github.com/windmill-labs/windmill/commit/a08c52ec8f5323c645457b1dd7b32ef703fd86c4)) +* DuckDB support write to Azure ([#7618](https://github.com/windmill-labs/windmill/issues/7618)) ([73e86d9](https://github.com/windmill-labs/windmill/commit/73e86d9fc867aedb7221cf3da9df8ab573734d0f)) +* **mcp:** handle server oauth ([#7585](https://github.com/windmill-labs/windmill/issues/7585)) ([09adc58](https://github.com/windmill-labs/windmill/commit/09adc58a678da2d59d20e27a6b528b79843f122f)) +* otel REST tracing ([#7571](https://github.com/windmill-labs/windmill/issues/7571)) ([95df7b9](https://github.com/windmill-labs/windmill/commit/95df7b9a6a8ffcbca92b3249a61d97c32c9dbc4f)) +* **raw-apps:** add ctx input type for secure backend-resolved user context ([#7621](https://github.com/windmill-labs/windmill/issues/7621)) ([c143e78](https://github.com/windmill-labs/windmill/commit/c143e78d7fdd866b2e30c036ef48e907dda6ad6c)) +* **raw-apps:** add public URL and custom path support for raw apps ([#7630](https://github.com/windmill-labs/windmill/issues/7630)) ([baf060d](https://github.com/windmill-labs/windmill/commit/baf060df7474620b144e4a438274866bdfc41881)) +* **raw-apps:** enable hash-based routing with URL sync for shareable URLs ([#7624](https://github.com/windmill-labs/windmill/issues/7624)) ([3205949](https://github.com/windmill-labs/windmill/commit/32059499d5fa9aed1f8149f427732d1f0500dce5)) + + +### Bug Fixes + +* **cli:** recognize branch-specific folder files in getTypeStrFromPath ([6f35279](https://github.com/windmill-labs/windmill/commit/6f35279126b875d09af23d4618e86f87be064679)) +* **cli:** recognize branch-specific settings and encryption_key files ([5c1c682](https://github.com/windmill-labs/windmill/commit/5c1c682dcaa1a4ce80ee4de78b80c9ace395092a)) +* **frontend:** improve raw app history ([#7625](https://github.com/windmill-labs/windmill/issues/7625)) ([687175c](https://github.com/windmill-labs/windmill/commit/687175c6a85f47c707bb429008c93ec0981c50e2)) +* **frontend:** set editor font size to the same default as text ([#7631](https://github.com/windmill-labs/windmill/issues/7631)) ([d884ddb](https://github.com/windmill-labs/windmill/commit/d884ddb7eb611f17a8e0ed41998953fb47b6cc21)) +* S3 advanced custom permissions ([#7632](https://github.com/windmill-labs/windmill/issues/7632)) ([1526d3a](https://github.com/windmill-labs/windmill/commit/1526d3ae2b3139bbfa23aef012bbe7f9b2132732)) + ## [1.612.2](https://github.com/windmill-labs/windmill/compare/v1.612.1...v1.612.2) (2026-01-19) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f93720e402..7db3846902 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3585,7 +3585,7 @@ dependencies = [ "once_cell", "percent-encoding", "serde", - "sourcemap 9.3.1", + "sourcemap 9.3.2", "swc_atoms", "swc_common", "swc_config", @@ -9457,9 +9457,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-probe" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f50d9b3dabb09ecd771ad0aa242ca6894994c130308ca3d7684634df8037391" +checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" [[package]] name = "openssl-src" @@ -11564,7 +11564,7 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" dependencies = [ - "openssl-probe 0.2.0", + "openssl-probe 0.2.1", "rustls-pki-types", "schannel", "security-framework 3.5.1", @@ -12560,9 +12560,9 @@ dependencies = [ [[package]] name = "sourcemap" -version = "9.3.1" +version = "9.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ccaaa78a0ca68b20f8f711eaa2522a00131c48a3de5b892ca5c36cec1ce9bb" +checksum = "314d62a489431668f719ada776ca1d49b924db951b7450f8974c9ae51ab05ad7" dependencies = [ "base64-simd 0.8.0", "bitvec", @@ -13087,7 +13087,7 @@ dependencies = [ "rustc-hash 1.1.0", "serde", "siphasher 0.3.11", - "sourcemap 9.3.1", + "sourcemap 9.3.2", "swc_allocator", "swc_atoms", "swc_eq_ignore_macros", @@ -13151,7 +13151,7 @@ dependencies = [ "num-bigint", "once_cell", "serde", - "sourcemap 9.3.1", + "sourcemap 9.3.2", "swc_allocator", "swc_atoms", "swc_common", @@ -15550,7 +15550,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15614,7 +15614,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "argon2", @@ -15739,7 +15739,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.612.2" +version = "1.613.0" dependencies = [ "reqwest 0.12.28", "serde", @@ -15749,7 +15749,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.612.2" +version = "1.613.0" dependencies = [ "chrono", "lazy_static", @@ -15763,7 +15763,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -15782,7 +15782,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "async-recursion", @@ -15876,7 +15876,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.612.2" +version = "1.613.0" dependencies = [ "regex", "serde", @@ -15891,7 +15891,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "astral-tokio-tar", @@ -15915,7 +15915,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.612.2" +version = "1.613.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15931,7 +15931,7 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "async-trait", @@ -15951,7 +15951,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "async-oauth2", @@ -15975,7 +15975,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.612.2" +version = "1.613.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15984,7 +15984,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "lazy_static", @@ -15996,7 +15996,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "serde_json", @@ -16008,7 +16008,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "gosyn", @@ -16020,7 +16020,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "lazy_static", @@ -16032,7 +16032,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "serde_json", @@ -16044,7 +16044,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "nu-parser", @@ -16055,7 +16055,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16066,7 +16066,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16079,7 +16079,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "async-recursion", @@ -16103,7 +16103,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "lazy_static", @@ -16117,7 +16117,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -16134,7 +16134,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "lazy_static", @@ -16148,7 +16148,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "lazy_static", @@ -16167,7 +16167,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "serde", @@ -16178,7 +16178,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "async-recursion", @@ -16215,7 +16215,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.612.2" +version = "1.613.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -16225,7 +16225,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.612.2" +version = "1.613.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1a785a2ebd..21ab29b813 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.612.2" +version = "1.613.0" authors.workspace = true edition.workspace = true @@ -35,7 +35,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.612.2" +version = "1.613.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 9aec8b4b07..84aff177ea 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.612.2 + version: 1.613.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 6a4acf603d..5cda3342b5 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.612.2"; +export const VERSION = "v1.613.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 b4e847dd8e..db29ee1956 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -70,7 +70,7 @@ export { // } // }); -export const VERSION = "1.612.2"; +export const VERSION = "1.613.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 44686df50c..a696025a1f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.612.2", + "version": "1.613.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.612.2", + "version": "1.613.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 f80a8cf8a1..6291f8b666 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.612.2", + "version": "1.613.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 8d399a546a..76df4d14c0 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.612.2" -wmill_pg = ">=1.612.2" +wmill = ">=1.613.0" +wmill_pg = ">=1.613.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 1ea4924e79..9557394e17 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.612.2 + version: 1.613.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 379eee4ec3..2d3e6dc87c 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.612.2' + ModuleVersion = '1.613.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 3a16800530..269aa09fdd 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.612.2" +version = "1.613.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 9edb67ef60..3c03886a51 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.612.2" +version = "1.613.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 492af9f350..08063f78f0 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.612.2", + "version": "1.613.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 f43867a9c4..7bf81f376d 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.612.2", + "version": "1.613.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 4c7cc5ff8f..1e02eeb8d1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.612.2 +1.613.0