Skip to content

Commit f691f53

Browse files
authored
chore(main): release 1.9.0 (#63)
* chore(main): release 1.9.0 * Apply automatic changes * Update CHANGELOG.md Co-authored-by: rubenfiszel <[email protected]>
1 parent 55ec20f commit f691f53

File tree

10 files changed

+24
-12
lines changed

10 files changed

+24
-12
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.9.0](https://github.com/windmill-labs/windmill/compare/v1.8.6...v1.9.0) (2022-06-05)
4+
5+
6+
### Features
7+
8+
* update postgres 13->14 in docker-compose ([479a12f](https://github.com/windmill-labs/windmill/commit/479a12f33ca26bfd1b67bcdd24a64ca26cc6bebe))
9+
10+
11+
### Bug Fixes
12+
13+
* remove annoying transitions for scripts and flows ([f2348b5](https://github.com/windmill-labs/windmill/commit/f2348b5526bb8197519685cb57049f74c6f3a11d))
14+
315
### [1.8.6](https://github.com/windmill-labs/windmill/compare/v1.8.5...v1.8.6) (2022-05-18)
416

517

backend/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windmill"
3-
version = "1.8.6"
3+
version = "1.9.0"
44
authors = ["Ruben Fiszel <[email protected]>"]
55
edition = "2021"
66

backend/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: "3.0.3"
22

33
info:
4-
version: 1.8.6
4+
version: 1.9.0
55
title: Windmill server API
66
contact:
77
name: Windmill contact

frontend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windmill",
3-
"version": "1.8.6",
3+
"version": "1.9.0",
44
"scripts": {
55
"dev": "svelte-kit dev",
66
"build": "svelte-kit build",

lsp/Pipfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
wmill = ">=1.8.6"
8-
wmill_pg = ">=1.8.6"
7+
wmill = ">=1.9.0"
8+
wmill_pg = ">=1.9.0"
99
requests = "*"
1010
sendgrid = "*"
1111
psycopg2-binary = "*"

python-client/wmill/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wmill"
3-
version = "1.8.6"
3+
version = "1.9.0"
44
description = "A client library for accessing Windmill server wrapping the Windmill client API"
55
license = "Apache-2.0"
66
homepage = "https://windmill.dev"
@@ -16,7 +16,7 @@ include = ["wmill/py.typed"]
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.7"
19-
windmill-api = "^1.8.6"
19+
windmill-api = "^1.9.0"
2020

2121
[build-system]
2222
requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"]

python-client/wmill_pg/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wmill-pg"
3-
version = "1.8.6"
3+
version = "1.9.0"
44
description = "An extension client for the wmill client library focused on pg"
55
license = "Apache-2.0"
66
homepage = "https://windmill.dev"

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.6
1+
1.9.0

0 commit comments

Comments
 (0)