Skip to content

Commit

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

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <[email protected]>
  • Loading branch information
rubenfiszel and rubenfiszel authored Apr 21, 2024
1 parent 48ba709 commit c52d9d9
Show file tree
Hide file tree
Showing 15 changed files with 69 additions and 56 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.311.0](https://github.com/windmill-labs/windmill/compare/v1.310.0...v1.311.0) (2024-04-21)


### Features

* **frontend:** Improve tables ([#3577](https://github.com/windmill-labs/windmill/issues/3577)) ([587c777](https://github.com/windmill-labs/windmill/commit/587c777d57213f308c0c56effecdf40f34f942dc))


### Bug Fixes

* improve re-scheduled for estimation in concurrency limits ([48ba709](https://github.com/windmill-labs/windmill/commit/48ba709627b3a2ec48081d7774b759115e675b99))

## [1.310.0](https://github.com/windmill-labs/windmill/compare/v1.309.2...v1.310.0) (2024-04-19)


Expand Down
81 changes: 41 additions & 40 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.310.0"
version = "1.311.0"
authors.workspace = true
edition.workspace = true

Expand All @@ -24,7 +24,7 @@ members = [
]

[workspace.package]
version = "1.310.0"
version = "1.311.0"
authors = ["Ruben Fiszel <[email protected]>"]
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.310.0
version: 1.311.0
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/[email protected]/mod.ts";
import * as windmill from "https://deno.land/x/[email protected]/mod.ts";
import * as api from "https://deno.land/x/[email protected]/windmill-api/index.ts";

export const VERSION = "v1.310.0";
export const VERSION = "v1.311.0";

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 @@ -31,7 +31,7 @@ addEventListener("error", (event) => {
}
});

export const VERSION = "v1.310.0";
export const VERSION = "v1.311.0";

let command: any = 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.310.0",
"version": "1.311.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
Loading

0 comments on commit c52d9d9

Please sign in to comment.