Releases: overhacked/ssh-agent-mux
Releases · overhacked/ssh-agent-mux
Release v0.2.0
[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
- @domwst made their first contribution
[0.2.0]: https://github.com/overhacked/ssh-agent-mux/compare/v0.1.6..v0.2.0
Release v0.1.6
0.1.6 - 2025-04-28
Added
- Add CI workflow
- Add better error reporting to integration tests
- Add --log-file option
Changed
- Bump toml from 0.8.20 to 0.8.21
- Cargo fmt
- Clean up quoting in homebrew formula generation
Fixed
- Temporarily disable cross qemu tests
- Update MSRV to 1.81.0
Release v0.1.5
0.1.5 - 2025-04-27
Changed
- Switch homebrew-releaser CI back to upstream
- Switch fork of homebrew-releaser to main branch
- Update Homebrew tap repository name
Fixed
- Fix line length in release workflow
Release v0.1.4
[0.1.4] - 2025-04-24
Changed
- Test homebrew-releaser local changes
Fixed
- Fix homebrew-releaser workflow
New Contributors
- @overhacked made their first contribution
[0.1.4]: https://github.com/overhacked/ssh-agent-mux/compare/v0.1.3..v0.1.4
Release v0.1.3
Release v0.1.2
[0.1.2] - 2025-04-23
Added
- Add homebrew to release CI
- Add configuration reloading on SIGHUP
- Add some trace logging
- Add integration test
- Add --install-config option
- Add dependabot configuration
Changed
- Move test harness into separate module
- Cargo fmt
- Automatic configuration file generation
- Cargo update
- Dependabot only manages upstream dependencies
- Suggest how to configure on service-unsupported platforms
- Move main and modules to a separate bin directory
- Extract logging module
New Contributors
- @overhacked made their first contribution
[0.1.2]: https://github.com/overhacked/ssh-agent-mux/compare/v0.1.1..v0.1.2
Release v0.1.1
0.1.1 - 2025-04-19
Changed
- Prepare for v0.1.1
- Service management (as described in README)
- Add color-eyre and improve some error reporting