Skip to content

v0.7.3

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 07:55
· 97 commits to main since this release
v0.7.3
cddbd82

[0.7.3] - 2022-02-24

Bug Fixes

  • Restore checks for remote groups
  • Type of Group::sources was non-generic

Documentation

  • Resolve dead links in API docs

Features

  • Allow hierarchical subgroups delimitered with slashes in name of groups
  • Filter groups hierarchically via command line

Refactor

  • Provide no default impl in trait DTItem
  • Restrict group's generic parameter with bound Operate
  • Provide no default impl in trait DTRegistry
  • Render templates before modifying the file system
  • Take ownership for methods that return Self

Styling

  • Rename trait DTItem to Operate
  • Rearrange order of struct definitions in config.rs
  • Update doc comments