Skip to content

Commit 96f54f5

Browse files
authored
chore: release 1.6.0 (#6)
* Apply automatic changes * Update version.txt * Apply automatic changes * Update CHANGELOG.md Co-authored-by: rubenfiszel <[email protected]>
1 parent 0863e12 commit 96f54f5

File tree

8 files changed

+21
-9
lines changed

8 files changed

+21
-9
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# Changelog
22

3+
## 1.6.0 (2022-05-10)
4+
5+
### Features
6+
7+
* superadmin settings ([7a51f84](https://www.github.com/windmill-labs/windmill/commit/7a51f842f01e17c4d230c060fa0de558553ad3ed))
8+
* user settings is now at workspace level ([a130806](https://www.github.com/windmill-labs/windmill/commit/a130806e1929267ee40ca443e3dac6e1a5d80da3))
9+
10+
11+
### Bug Fixes
12+
13+
* display more than default 30 workspaces as superadmin ([55b5695](https://www.github.com/windmill-labs/windmill/commit/55b5695673912ffe040d3011c020b1002b4e3268))
14+
315
## [1.5.0](https://www.github.com/windmill-labs/windmill/v1.5.0) (2022-05-02)

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.5.0"
3+
version = "1.6.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.5.0
4+
version: 1.6.0
55
title: Windmill server API
66
contact:
77
name: Windmill contact

frontend/package.json

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

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.5.0"
3+
version = "1.6.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.5.0"
19+
windmill-api = "^1.6.0"
2020

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

python-client/wmill_pg/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wmill-pg"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
description = "An extension client for the wmill client library focused on pg"
55
license = "Apache-2.0"
66
homepage = "https://windmill.dev"
@@ -16,7 +16,7 @@ include = ["wmill_pg/py.typed"]
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.7"
19-
wmill = "^1.5.0"
19+
wmill = "^1.6.0"
2020
psycopg2-binary = "*"
2121

2222
[build-system]

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.6.0

0 commit comments

Comments
 (0)