Skip to content

v0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 12:10
· 118 commits to main since this release
v0.7.1
4ad53e0

[0.7.1] - 2022-02-04

Bug Fixes

  • Host-specific item can sometimes be populated twice to destination

Documentation

  • Fix highlighted lines in config example
  • Fix broken links in API docs

Features

  • Add built-in helper get-mine to retrieve value for current host
  • Add array of remote groups to DTConfig
  • Abort on base/target/staging being the same
  • Treat empty paths in stating/base/target as .

Miscellaneous Tasks

  • Update roadmap

Refactor

  • Make Group a generic type to prepare for remote groups

Styling

  • Remove redundant commas and format comments

Testing

  • Make unit tests self-contained
  • Allow empty base to be present in config files
  • Refactor config tests that need filesystem access into config.rs

Ops

  • Run tests on aarch64, armv7 and x86_64 architectures

Reafactor

  • [breaking] Rename basedir to base and LocalGroup to Group