Skip to content

Hatch v1.0.0rc17

Pre-release
Pre-release
Compare
Choose a tag to compare
@ofek ofek released this 18 Apr 22:33
· 765 commits to master since this release
ab6743a

Changed:

  • Rename environment collector API method get_environment_config to get_initial_config and do not make it required

Added:

  • Add the env run command as a more advanced form of the run command
  • Add --json flag to the env show command
  • Add features and scripts to the env show command
  • Allow environment selection for the env show command
  • Add environment collector API methods finalize_config and finalize_environments
  • Add more conditions for environment option overrides
  • Allow for environment option overrides of unknown/untyped options
  • Add method to the environment interface for getting options from environment variables
  • Allow selecting an explicit path for virtual environments
  • Add detached option to environments
  • Expose helper for lazily loading modules
  • Normalize the names of environment features to adhere to the newly-introduced PEP 685
  • Bump the minimum supported version of Hatchling
  • Upgrade tomlkit for better formatting