Releases: overhacked/ssh-agent-mux
Releases · overhacked/ssh-agent-mux
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