Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

61 lines (33 loc) · 1.48 KB

Changelog


All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.4.2 - 2025-01-26

Fixed:

  • Repository-specific version files (.deva-version or .deva/version) now define the minimum required version rather than the exact version

0.4.1 - 2025-01-18

Fixed:

  • Relax the allowed version of the cryptography dependency
  • Backport dependency update of pyright

0.4.0 - 2025-01-09

Added:

  • Add self dep command group to manage dependencies of the deva tool itself
  • Use a lock file for dependency management

0.3.0 - 2025-01-03

Added:

  • Add PKG installer for macOS

Fixed:

  • The inv command now supports the dependencies of tasks defined in the test-infra-definitions repo

0.2.0 - 2025-01-02

Changed:

  • Use local versions of repositories rather than remote clones for developer environments by default

Added:

  • Allow repositories to require specific versions in a .deva-version or .deva/version file
  • Add --clone flag to the env dev start command to clone repositories rather than using local checkouts
  • Add binary releases for all supported platforms

0.1.0 - 2024-12-09

Added:

  • Add env dev command group to manage developer environments

0.0.1 - 2024-09-24

This is the initial public release.