Skip to content

Release v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Dec 20:58
· 11 commits to main since this release
v0.2.0
197fc4f

[0.2.0] - 2025-12-19

Added

  • Environment variables support by @domwst
  • Add checks for missing SSH_AUTH_SOCK during --install-config

Changed

  • Improve git-cliff CHANGELOG format
  • Use path feature of shellexpand
  • Make hard-coded crate binary name compile-time dynamic
  • Update README.md config example

Dependencies

  • Bump Justintime50/homebrew-releaser from 2 to 3 by @dependabot[bot]
  • Bump actions/checkout from 4 to 6 by @dependabot[bot]
  • Bump service-manager from 0.8.0 to 0.9.0 by @dependabot[bot]
  • Update MSRV to 1.83.0
  • Bump flexi_logger from 0.30.1 to 0.31.7 by @dependabot[bot]
  • Bump tokio from 1.45.0 to 1.48.0 by @dependabot[bot]
  • Bump tempfile from 3.20.0 to 3.23.0 by @dependabot[bot]
  • Bump color-eyre from 0.6.3 to 0.6.5 by @dependabot[bot]
  • Bump serde from 1.0.219 to 1.0.228 by @dependabot[bot]
  • Bump toml from 0.8.22 to 0.9.8 by @dependabot[bot]
  • Bump duct from 1.0.0 to 1.1.1 by @dependabot[bot]
  • Bump log from 0.4.27 to 0.4.29 by @dependabot[bot]
  • Bump tempfile from 3.19.1 to 3.20.0 by @dependabot[bot]
  • Bump tokio from 1.44.2 to 1.45.0 by @dependabot[bot]
  • Bump duct from 0.13.7 to 1.0.0 by @dependabot[bot]
  • Bump toml from 0.8.21 to 0.8.22 by @dependabot[bot]

Fixed

  • Create config directory when bootstrapping config file

New Contributors