Skip to content

Commit

Permalink
chore(main): release 1.466.1 (#5334)
Browse files Browse the repository at this point in the history
* chore(main): release 1.466.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
  • Loading branch information
rubenfiszel and rubenfiszel authored Feb 20, 2025
1 parent 39c0dd3 commit 3e03f86
Show file tree
Hide file tree
Showing 16 changed files with 62 additions and 52 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.466.1](https://github.com/windmill-labs/windmill/compare/v1.466.0...v1.466.1) (2025-02-20)


### Bug Fixes

* **cli:** improve cli dependency error clarity ([dcc0d35](https://github.com/windmill-labs/windmill/commit/dcc0d35e971ab3df6a0122dc881b968e8221f40f))
* **cli:** improve dependency job error message (logs in result) ([2c67e84](https://github.com/windmill-labs/windmill/commit/2c67e84abe98a3c43972cf5555536104119c6527))
* **cli:** improve flow cli dependency error clarity ([d5b3a04](https://github.com/windmill-labs/windmill/commit/d5b3a04b0ab5f003c4c512cc9ba74eb620a3afc1))
* **python:** PYTHON_PATH overrides python from uv ([39c0dd3](https://github.com/windmill-labs/windmill/commit/39c0dd3736da0722c7e18d84183c0e9b06cf2839))

## [1.466.0](https://github.com/windmill-labs/windmill/compare/v1.465.0...v1.466.0) (2025-02-19)


Expand Down
70 changes: 35 additions & 35 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.466.0"
version = "1.466.1"
authors.workspace = true
edition.workspace = true

Expand Down Expand Up @@ -30,7 +30,7 @@ members = [
]

[workspace.package]
version = "1.466.0"
version = "1.466.1"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion backend/windmill-api/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: "3.0.3"

info:
version: 1.466.0
version: 1.466.1
title: Windmill API

contact:
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.466.0";
export const VERSION = "v1.466.1";

export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
Expand Down
2 changes: 1 addition & 1 deletion cli/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export {
// }
// });

export const VERSION = "1.466.0";
export const VERSION = "1.466.1";

const command = new Command()
.name("wmill")
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.466.0",
"version": "1.466.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
4 changes: 2 additions & 2 deletions lsp/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
wmill = ">=1.466.0"
wmill_pg = ">=1.466.0"
wmill = ">=1.466.1"
wmill_pg = ">=1.466.1"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
Expand Down
2 changes: 1 addition & 1 deletion openflow.openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: "3.0.3"

info:
version: 1.466.0
version: 1.466.1
title: OpenFlow Spec
contact:
name: Ruben Fiszel
Expand Down
Loading

0 comments on commit 3e03f86

Please sign in to comment.