Releases: wandelbotsgmbh/wandelscript
v0.9.0
v0.9.0 (2025-06-05)
Features
Co-authored-by: Christoph Biering christoph.biering@wandelbots.com
Detailed Changes: v0.8.1...v0.9.0
v0.8.1
v0.8.1 (2025-05-27)
Bug Fixes
Co-authored-by: Christoph Biering christoph.biering@wandelbots.com
Detailed Changes: v0.8.0...v0.8.1
v0.8.0
v0.8.0 (2025-05-27)
Features
Co-authored-by: Christoph Biering christoph.biering@wandelbots.com
Detailed Changes: v0.7.0...v0.8.0
v0.7.0
v0.7.0 (2025-05-26)
Features
Co-authored-by: cbiering christoph.biering@wandelbots.com
Co-authored-by: Dirk Sonnemann dirk.sonnemann@wandelbots.com
Detailed Changes: v0.6.0...v0.7.0
v0.6.0
v0.6.0 (2025-05-05)
Features
Co-authored-by: cbiering christoph.biering@wandelbots.com
Co-authored-by: Dirk Sonnemann dirk.sonnemann@wandelbots.com
Detailed Changes: v0.5.4...v0.6.0
v0.5.4
v0.5.4 (2025-04-30)
Bug Fixes
- RPS-1543: Rename argument in
runner.run()(f2d5e96)
...from code to program, in line with the new v2 openapi spec.
Detailed Changes: v0.5.3...v0.5.4
v0.5.3
v0.5.3 (2025-04-23)
Chores
- Relax
typerversion constraints (cac77f1)
We want to use https://github.com/koxudaxi/fastapi-code-generator
to generate Python stubs from service-manager OpenAPI YAML endpoint definitions. Problem is that this tool requires typer<0.13 to be installed.
Thus relax the constraints on typer.
Detailed Changes: v0.5.2...v0.5.3
v0.5.2
v0.5.2 (2025-04-15)
Chores
- Remove an upper limit to the
novadependency (52eda71)
Detailed Changes: v0.5.1...v0.5.2
v0.5.1
v0.5.1 (2025-04-14)
Chores
- RPS-1557: Adjust files for use with
uv(8932246)
Notice especially in the ci-dev.yaml file, a certain change which I believe to fix something formerly incorrect:
-
poetry install --without dev + pip install uv + uv sync --group dev
Evidently, the CI invokes ruff and other dev tools, thus, dev tools should explicitly be installed not ignored. The fact that this worked may be coincidental because other dependencies might have pulled ruff and the other tools in by default. However, let's better be explicit.
- RPS-1557: Migrate from
Poetrytouv(263042d)
ymmv
# install and run `migrate-to-uv`
cd wandelscript
poetry shell
pip install migrate-to-uv
uvx migrate-to-uv
Detailed Changes: v0.5.0...v0.5.1
v0.5.0
v0.5.0 (2025-04-07)
Features
Co-authored-by: cbiering christoph.biering@wandelbots.com
Detailed Changes: v0.4.1...v0.5.0