Skip to content

Latest commit

 

History

History
167 lines (89 loc) · 9.08 KB

CHANGELOG.md

File metadata and controls

167 lines (89 loc) · 9.08 KB

Changelog

0.4.0 (2022-09-06)

Compare the full difference.

New

  • Added subset of cookiecutter options to CLI. a66f17a

  • Added documentation images. 86113dc

  • Added template layer updating. 20c6fe3

  • Added layer naming convention. 5e61312

Other

Updates

  • Updated documentation configuration. a4c9652

  • Updated README.md. a7ead0d

0.3.0 (2022-06-29)

Compare the full difference.

Fixes

  • Fixed metadata's long description content type. 99470e9

Other

  • Created tests for the add command. 358e189

Updates

  • Updated cc_override's tests. 5388df7

0.2.2 (2022-06-26)

Compare the full difference.

New

  • Added badges to the readme. 9fdcad0

0.2.1 (2022-06-26)

Compare the full difference.

Fixes

  • Fixed minor issues with packaging tools. d0f49d4

0.2.0 (2022-06-26)

Compare the full difference.

Fixes

  • Fixed add command requiring destination. 15cbd16

    The destination of the add command is now optional and defaults to the current working directory.

  • Fixed error not writing commit to composition file. 8fd7bbe

  • Fixed handling remote compositions and git clones. ee142bd

  • Fixed a bug when two templates have _copy_without_render. 9e89347

    _copy_without_render is template-specific and attempting to override it raises an error in cookiecutter. Now that key is deleted for the default context and full context when generating each layer.

  • Fixed configurations. df365df

New

  • Added more github actions. 6bf5e54

  • Added ability to use previous templatee contexts in rendering defaults. fa6cb23

  • Added verbosity logging. 2081e30

  • Added pip-compile to pre-commit config. aae79f5

  • Added the "add" command to add a layer to a rendered template. 86f17cd

  • Added git commands. 291b9aa

    • gitpython added as a prod requirement
    • GitError raised when git command fails
    • added functions encompassing key functionality
  • Added layer_name to RenderedLayer. 7f02db3

    This allows for detection of multiple rendered directories, and proper writing of the composition file.

  • Added release tooling. d0646d3

  • Added code. ccc4745

Other

Updates

  • Updated the readme. e997618

  • Updated the documentation. 8b59661

  • Updated pre-commit to allow multiple documents in YAML files. 3a3e578

  • Removed vendored cookiecutter and switched to released version. f5cd36a

  • Updated the error text when missing a git repo. 78507e9

  • Updated formatting for composition output. 9df7856

  • Updated the documentation to a new theme. 5f68737

  • Renamed _commands to commands. da6d4f5

  • Changed MergeStrategy from an Enum to constants. ef8b828

  • Changed dependency management. 4cf52ba

    Uses pip-tools to compile and maintain dependency information.

  • Updated tests. 7c81df5

0.1.0 (2022-02-28)

Other