All notable changes to Queso are documented here.
The format of this document is based on Keep a Changelog.
Versioning policy
Queso adheres to Semantic Versioning.
v0.2.1 - 2019-04-20
Queso is now unmaintained. Please use Bocadillo CLI instead.
v0.2.0 - 2019-02-18
- Project renamed to Queso.
- Custom commands environment variable renamed to
QUESO_COMMANDS.
v0.1.1 - 2019-01-26
Fixes to the documentation site and project's README. No functional changes.
v0.1.0 - 2019-01-25
This release focuses on reimplementing the behavior of the CLI built into the bocadillo package as of v0.10.1, with some additions and slight changes.
versioncommand, also accessible using-v,-Vand--versionflags.init:customcommand.- Programmatic usage using the
call_command()helper. - Documentation site.
Relative to Bocadillo v0.10.1:
- Custom commands:
- It is not mendatory anymore to declare a
click.Groupin the custom commands file. Allclick.Commandobjects declared in the file are mounted ontoqueso. This includes commands declared with@click.command(), groups declared with@click.group()and any other instance of a subclass ofclick.Command. - BREAKING: The environment variable changed from
BOCA_CUSTOM_COMMANDS_FILEtoBOCA_CUSTOM_COMMANDS.
- It is not mendatory anymore to declare a
Initial release to PyPI.