Skip to content

Releases: overhacked/ssh-agent-mux

Release v0.2.0

19 Dec 20:58
v0.2.0
197fc4f

Choose a tag to compare

[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

Release v0.1.6

28 Apr 23:37
v0.1.6
d0cad6d

Choose a tag to compare

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

27 Apr 16:58
v0.1.5
7b2b216

Choose a tag to compare

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

24 Apr 13:11
v0.1.4
dd8c3a1

Choose a tag to compare

[0.1.4] - 2025-04-24

Changed

  • Test homebrew-releaser local changes

Fixed

  • Fix homebrew-releaser workflow

New Contributors

Release v0.1.3

24 Apr 12:56
v0.1.3
a688b23

Choose a tag to compare

0.1.3 - 2025-04-23

Fixed

  • Fix homebrew-tap workflow step

Release v0.1.2

23 Apr 19:12
v0.1.2
99eab2c

Choose a tag to compare

[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

Release v0.1.1

19 Apr 03:36
v0.1.1
c3aa609

Choose a tag to compare

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

v0.1.0

19 Apr 00:07
v0.1.0
d5dbff0

Choose a tag to compare

0.1.0 - 2025-04-19

Changed

  • Prepare for v0.1.0
  • Add release workflow and shell script