Skip to content

Commit

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

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <[email protected]>
  • Loading branch information
rubenfiszel and rubenfiszel committed Sep 25, 2024
1 parent 81c2bb0 commit fbd0071
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 57 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.399.0](https://github.com/windmill-labs/windmill/compare/v1.398.1...v1.399.0) (2024-09-25)


### Features

* add tag filtering to external JWT authentication ([#4425](https://github.com/windmill-labs/windmill/issues/4425)) ([590321f](https://github.com/windmill-labs/windmill/commit/590321fd3c88046a657e0a751b62a19424102060))


### Bug Fixes

* **cli:** version the whole client for deno compatibility ([81c2bb0](https://github.com/windmill-labs/windmill/commit/81c2bb069176a95b8fb9c52b31e5e03c1cc78afc))
* correct AI generation for CRON and regex ([#4437](https://github.com/windmill-labs/windmill/issues/4437)) ([aeb5b5b](https://github.com/windmill-labs/windmill/commit/aeb5b5bcd163e2e7d1413d7e4aed8bd769996f24))

## [1.398.1](https://github.com/windmill-labs/windmill/compare/v1.398.0...v1.398.1) (2024-09-23)


Expand Down
80 changes: 40 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.398.1"
version = "1.399.0"
authors.workspace = true
edition.workspace = true

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

[workspace.package]
version = "1.398.1"
version = "1.399.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.398.1
version: 1.399.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.398.1";
export const VERSION = "v1.399.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 @@ -56,7 +56,7 @@ export {
// }
// });

export const VERSION = "1.398.1";
export const VERSION = "1.399.0";

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.

Loading

0 comments on commit fbd0071

Please sign in to comment.