Skip to content

Releases: pronovic/vplan

Release v0.6.3

26 Feb 08:41
Compare
Choose a tag to compare

Changes

  • Upgrade all dependencies to the latest major version
  • Address dependabot warning for starlette < 0.25.0 via fastapi

Release v0.6.2

30 Dec 20:35
Compare
Choose a tag to compare

Changes

  • Add NOTICE file to sdist, alongside existing LICENSE file
  • Automate the existing manual release process using GitHub Actions

Release v0.6.1

24 Oct 08:09
Compare
Choose a tag to compare

Changes

  • Refactor the run script and pre-commit hooks to reduce duplication.
  • Rework the GitHub Actions build process to pull out shared code.

Release v0.6.0

25 Sep 16:52
Compare
Choose a tag to compare

Changes

  • Preserve ordering in exported YAML rather than sorting keys.
  • Support addressing by component for multi-component devices like ZEN25.
  • Bump version on the internal REST API to 2.0.0 and config YAML to 1.1.0.

Release v0.5.2

05 Sep 09:45
Compare
Choose a tag to compare

Changes

  • Fall back addition of timeout for local client calls (unnecessary)

Release v0.5.1

05 Sep 07:36
Compare
Choose a tag to compare

Changes

  • Upgrade to Poetry v1.2.0 and make related build process changes.
  • Upgrade to Pylint v2.15.0 and add request timeout for all API calls.
  • Fix Pylint's configured class-attribute-naming-style to be snake_case.
  • Adjust Black configuration to target Python 3.9 and 3.10.
  • Add dependency caching to GitHub Actions workflow.
  • Fix the GitHub Actions matrix build to properly target MacOS.
  • Update various dependencies for the developer environment.

Release v0.5.0

31 May 23:54
Compare
Choose a tag to compare

Changes

  • Improve failure logging and add retry behavior for the daily refresh job

Release v0.4.1

30 Apr 18:45
Compare
Choose a tag to compare

Changes

  • Adjust the pyproject.toml include directive to limit what goes into wheel

Release v0.4.0

29 Apr 16:19
Compare
Choose a tag to compare

Changes

  • Add 'vplan plan on' and 'vplan plan off' commands.
  • Remove the Safety scanner from the pre-commit hooks and GitHub action.

Release v0.3.1

21 Nov 17:10
Compare
Choose a tag to compare

Changes

  • Improvements to systemd service definition