diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be07f1788..d577f7825b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.360.1](https://github.com/windmill-labs/windmill/compare/v1.360.0...v1.360.1) (2024-07-09) + + +### Bug Fixes + +* fix previous_result not always working for failure steps ([23a00c5](https://github.com/windmill-labs/windmill/commit/23a00c55e95054ecebbcbb829499f5a1d622efd5)) +* **frontend:** Reload the flowStateStore when a node is restored (undo) ([#4049](https://github.com/windmill-labs/windmill/issues/4049)) ([6e52632](https://github.com/windmill-labs/windmill/commit/6e526327dd0259eb096fdaf387dfc9206936c19b)) +* improve flow version fix migration ([#4050](https://github.com/windmill-labs/windmill/issues/4050)) ([eda6629](https://github.com/windmill-labs/windmill/commit/eda6629bb381469ba27e5a479bb39f7428920aec)) +* make dedicated workers work with dates in bun ([7f49798](https://github.com/windmill-labs/windmill/commit/7f49798e3fb7a2aa528388a1718fd459de19deb8)) +* update flow path ([#4053](https://github.com/windmill-labs/windmill/issues/4053)) ([82c88ad](https://github.com/windmill-labs/windmill/commit/82c88ad3b893e3222391ade65a10dfb2ef1c0fc7)) + ## [1.360.0](https://github.com/windmill-labs/windmill/compare/v1.359.0...v1.360.0) (2024-07-08) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 08d5313a3d..47de16b5ea 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -692,7 +692,7 @@ dependencies = [ "hex", "hmac", "http-types", - "hyper 0.14.29", + "hyper 0.14.30", "hyper-tls 0.5.0", "serde", "serde_json", @@ -794,7 +794,7 @@ dependencies = [ "fastrand 2.1.0", "hex", "http 0.2.12", - "hyper 0.14.29", + "hyper 0.14.30", "ring 0.17.8", "time", "tokio", @@ -835,7 +835,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "tracing", - "uuid 1.9.1", + "uuid 1.10.0", ] [[package]] @@ -995,7 +995,7 @@ dependencies = [ "http-body 0.4.6", "http-body 1.0.0", "httparse", - "hyper 0.14.29", + "hyper 0.14.30", "hyper-rustls 0.24.2", "once_cell", "pin-project-lite", @@ -1084,7 +1084,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.4.0", + "hyper 1.4.1", "hyper-util", "itoa", "matchit", @@ -1610,9 +1610,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.106" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "066fce287b1d4eafef758e89e09d724a24808a9196fe9756b8ca90e86d0719a2" +checksum = "eaff6f8ce506b9773fa786672d63fc7a191ffea1be33f72bbd4aeacefca9ffc8" dependencies = [ "jobserver", "libc", @@ -1709,9 +1709,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.8" +version = "4.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d" +checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462" dependencies = [ "clap_builder", "clap_derive", @@ -1719,9 +1719,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.8" +version = "4.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708" +checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942" dependencies = [ "anstream", "anstyle", @@ -2139,12 +2139,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.20.9" +version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" +checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" dependencies = [ - "darling_core 0.20.9", - "darling_macro 0.20.9", + "darling_core 0.20.10", + "darling_macro 0.20.10", ] [[package]] @@ -2163,9 +2163,9 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.20.9" +version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" +checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" dependencies = [ "fnv", "ident_case", @@ -2188,11 +2188,11 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.20.9" +version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" +checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" dependencies = [ - "darling_core 0.20.9", + "darling_core 0.20.10", "quote", "syn 2.0.70", ] @@ -2271,7 +2271,7 @@ dependencies = [ "tokio", "tokio-util", "url", - "uuid 1.9.1", + "uuid 1.10.0", "xz2", "zstd 0.13.2", ] @@ -2371,7 +2371,7 @@ dependencies = [ "regex", "sha2 0.10.8", "unicode-segmentation", - "uuid 1.9.1", + "uuid 1.10.0", ] [[package]] @@ -2538,7 +2538,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" dependencies = [ "serde", - "uuid 1.9.1", + "uuid 1.10.0", ] [[package]] @@ -2785,7 +2785,7 @@ dependencies = [ "futures", "serde", "tokio", - "uuid 1.9.1", + "uuid 1.10.0", ] [[package]] @@ -3542,7 +3542,7 @@ dependencies = [ "async-trait", "base64 0.21.7", "dirs-next", - "hyper 0.14.29", + "hyper 0.14.30", "hyper-rustls 0.24.2", "ring 0.16.20", "rustls 0.21.11", @@ -4107,9 +4107,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.29" +version = "0.14.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" +checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" dependencies = [ "bytes", "futures-channel", @@ -4131,9 +4131,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" +checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" dependencies = [ "bytes", "futures-channel", @@ -4158,7 +4158,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.12", - "hyper 0.14.29", + "hyper 0.14.30", "log", "rustls 0.21.11", "rustls-native-certs 0.6.3", @@ -4174,7 +4174,7 @@ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.4.0", + "hyper 1.4.1", "hyper-util", "rustls 0.23.11", "rustls-native-certs 0.7.1", @@ -4191,7 +4191,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ "bytes", - "hyper 0.14.29", + "hyper 0.14.30", "native-tls", "tokio", "tokio-native-tls", @@ -4205,7 +4205,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.4.0", + "hyper 1.4.1", "hyper-util", "native-tls", "tokio", @@ -4224,7 +4224,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.4.0", + "hyper 1.4.1", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -5041,7 +5041,7 @@ version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afe0450cc9344afff34915f8328600ab5ae19260802a334d0f72d2d5bdda3bfe" dependencies = [ - "darling 0.20.9", + "darling 0.20.10", "heck 0.4.1", "num-bigint", "proc-macro-crate", @@ -5122,7 +5122,7 @@ dependencies = [ "subprocess", "thiserror", "time", - "uuid 1.9.1", + "uuid 1.10.0", "zstd 0.13.2", ] @@ -5337,7 +5337,7 @@ dependencies = [ "chrono", "futures", "humantime", - "hyper 1.4.0", + "hyper 1.4.1", "itertools 0.12.1", "md-5 0.10.6", "parking_lot", @@ -5962,7 +5962,7 @@ dependencies = [ "postgres-protocol", "serde", "serde_json", - "uuid 1.9.1", + "uuid 1.10.0", ] [[package]] @@ -6625,7 +6625,7 @@ dependencies = [ "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.29", + "hyper 0.14.30", "hyper-rustls 0.24.2", "hyper-tls 0.5.0", "ipnet", @@ -6671,7 +6671,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.4.0", + "hyper 1.4.1", "hyper-rustls 0.27.2", "hyper-tls 0.6.0", "hyper-util", @@ -6777,7 +6777,7 @@ dependencies = [ "rkyv_derive", "seahash", "tinyvec", - "uuid 1.9.1", + "uuid 1.10.0", ] [[package]] @@ -7183,7 +7183,7 @@ dependencies = [ "serde", "thiserror", "url", - "uuid 1.9.1", + "uuid 1.10.0", ] [[package]] @@ -7221,7 +7221,7 @@ dependencies = [ "schemars_derive", "serde", "serde_json", - "uuid 1.9.1", + "uuid 1.10.0", ] [[package]] @@ -7517,7 +7517,7 @@ version = "3.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b80d3d6b56b64335c0180e5ffde23b3c5e08c14c585b51a15bd0e95393f46703" dependencies = [ - "darling 0.20.9", + "darling 0.20.10", "proc-macro2", "quote", "syn 2.0.70", @@ -7926,7 +7926,7 @@ dependencies = [ "tokio-stream", "tracing", "url", - "uuid 1.9.1", + "uuid 1.10.0", "webpki-roots 0.25.4", ] @@ -8010,7 +8010,7 @@ dependencies = [ "stringprep", "thiserror", "tracing", - "uuid 1.9.1", + "uuid 1.10.0", "whoami", ] @@ -8052,7 +8052,7 @@ dependencies = [ "stringprep", "thiserror", "tracing", - "uuid 1.9.1", + "uuid 1.10.0", "whoami", ] @@ -8078,7 +8078,7 @@ dependencies = [ "tracing", "url", "urlencoding", - "uuid 1.9.1", + "uuid 1.10.0", ] [[package]] @@ -8757,7 +8757,7 @@ dependencies = [ "tokio-rustls 0.24.1", "tokio-util", "tracing", - "uuid 1.9.1", + "uuid 1.10.0", ] [[package]] @@ -9457,7 +9457,7 @@ checksum = "34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259" dependencies = [ "getrandom 0.2.15", "rand 0.8.5", - "uuid 1.9.1", + "uuid 1.10.0", "web-time", ] @@ -9713,9 +9713,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" dependencies = [ "getrandom 0.2.15", "serde", @@ -10044,7 +10044,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "axum", @@ -10072,7 +10072,7 @@ dependencies = [ "tokio", "tracing", "url", - "uuid 1.9.1", + "uuid 1.10.0", "windmill-api", "windmill-api-client", "windmill-common", @@ -10083,7 +10083,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "argon2", @@ -10110,7 +10110,7 @@ dependencies = [ "hf-hub", "hmac", "http 1.1.0", - "hyper 1.4.0", + "hyper 1.4.1", "itertools 0.13.0", "jsonwebtoken", "lazy_static", @@ -10149,7 +10149,7 @@ dependencies = [ "ulid", "url", "urlencoding", - "uuid 1.9.1", + "uuid 1.10.0", "windmill-audit", "windmill-common", "windmill-git-sync", @@ -10161,7 +10161,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.360.0" +version = "1.360.1" dependencies = [ "base64 0.21.7", "chrono", @@ -10174,12 +10174,12 @@ dependencies = [ "serde", "serde_json", "syn 1.0.109", - "uuid 1.9.1", + "uuid 1.10.0", ] [[package]] name = "windmill-audit" -version = "1.360.0" +version = "1.360.1" dependencies = [ "chrono", "serde", @@ -10192,7 +10192,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "aws-config", @@ -10204,7 +10204,7 @@ dependencies = [ "git-version", "hex", "hmac", - "hyper 1.4.0", + "hyper 1.4.1", "indexmap 2.2.6", "itertools 0.13.0", "lazy_static", @@ -10226,12 +10226,12 @@ dependencies = [ "tracing-flame", "tracing-loki", "tracing-subscriber", - "uuid 1.9.1", + "uuid 1.10.0", ] [[package]] name = "windmill-git-sync" -version = "1.360.0" +version = "1.360.1" dependencies = [ "regex", "rsmq_async", @@ -10239,14 +10239,14 @@ dependencies = [ "serde_json", "sqlx", "tracing", - "uuid 1.9.1", + "uuid 1.10.0", "windmill-common", "windmill-queue", ] [[package]] name = "windmill-parser" -version = "1.360.0" +version = "1.360.1" dependencies = [ "serde", "serde_json", @@ -10254,7 +10254,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "lazy_static", @@ -10265,7 +10265,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "gosyn", @@ -10277,7 +10277,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "lazy_static", @@ -10288,7 +10288,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10302,7 +10302,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10313,7 +10313,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "async-recursion", @@ -10330,7 +10330,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "lazy_static", @@ -10341,7 +10341,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10360,7 +10360,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10379,7 +10379,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "async-recursion", @@ -10405,14 +10405,14 @@ dependencies = [ "tokio", "tracing", "ulid", - "uuid 1.9.1", + "uuid 1.10.0", "windmill-audit", "windmill-common", ] [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.360.0" +version = "1.360.1" dependencies = [ "serde", "wasm-bindgen", @@ -10423,7 +10423,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.360.0" +version = "1.360.1" dependencies = [ "anyhow", "async-recursion", @@ -10477,7 +10477,7 @@ dependencies = [ "tokio-util", "tracing", "urlencoding", - "uuid 1.9.1", + "uuid 1.10.0", "windmill-audit", "windmill-common", "windmill-git-sync", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8acb121b3d..60af43a7c2 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.360.0" +version = "1.360.1" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.360.0" +version = "1.360.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 0509d63c62..37da46c872 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.360.0 + version: 1.360.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 407efb7bb9..3a3a02bb3a 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.360.0"; +export const VERSION = "v1.360.1"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/main.ts b/cli/main.ts index 2f18dbf0fd..e92d9c62d1 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -33,7 +33,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.360.0"; +export const VERSION = "v1.360.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8b8e55facd..f110b9dbcb 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.360.0", + "version": "1.360.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.360.0", + "version": "1.360.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 946cf045fd..7fa99beb56 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.360.0", + "version": "1.360.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 150397bc74..25205061a6 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.360.0" -wmill_pg = ">=1.360.0" +wmill = ">=1.360.1" +wmill_pg = ">=1.360.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 52f37a38c3..33d810086f 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.360.0 + version: 1.360.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 93ec1bd7a1..2cfc31507b 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.360.0' +ModuleVersion = '1.360.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index b266bd7aff..e936163a91 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.360.0" +version = "1.360.1" 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 3d77e96eb0..509c5dc4bc 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.360.0" +version = "1.360.1" 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 a91aa7b5db..3cdbc50e05 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.360.0", + "version": "1.360.1", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 13a4ff15df..b81bc8f72d 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.360.0", + "version": "1.360.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 40ed8beafe..93df7b4ac1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.360.0 +1.360.1