Skip to content

Commit 99eab2c

Browse files
committed
chore(release): prepare for v0.1.2
1 parent 102e04b commit 99eab2c

File tree

3 files changed

+33
-5
lines changed

3 files changed

+33
-5
lines changed

CHANGELOG.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,40 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.1.1] - 2025-04-19
8+
## [0.1.2] - 2025-04-23
9+
10+
### Added
11+
- Add homebrew to release CI
12+
- Add configuration reloading on SIGHUP
13+
- Add some trace logging
14+
- Add integration test
15+
- Add --install-config option
16+
- Add dependabot configuration
917

1018
### Changed
19+
- Move test harness into separate module
20+
- Cargo fmt
21+
- Automatic configuration file generation
22+
- Cargo update
23+
- Dependabot only manages upstream dependencies
24+
- Suggest how to configure on service-unsupported platforms
25+
- Move main and modules to a separate bin directory
26+
- Extract logging module
27+
28+
## [0.1.1] - 2025-04-19
29+
30+
Release v0.1.1
31+
32+
- Prepare for v0.1.1
1133
- Service management (as described in README)
1234
- Add color-eyre and improve some error reporting
1335

36+
### Added
37+
- Add color-eyre and improve some error reporting
38+
39+
### Changed
40+
- Service management (as described in README)
41+
1442
## [0.1.0] - 2025-04-19
1543

1644
`ssh-agent-mux` combines multiple agents' keys into a single agent, allowing
@@ -20,10 +48,10 @@ you to configure an SSH client just once. Provide all "upstream" SSH agents'
2048
SSH configuration at `ssh-agent-mux`'s socket, and it will offer all available
2149
public keys from upstream agents as available for authentication.
2250

23-
### Changed
24-
- Prepare for v0.1.0
51+
### Added
2552
- Add release workflow and shell script
2653

54+
[0.1.2]: https://github.com/overhacked/ssh-agent-mux/compare/v0.1.1..v0.1.2
2755
[0.1.1]: https://github.com/overhacked/ssh-agent-mux/compare/v0.1.0..v0.1.1
2856
[0.1.0]: https://github.com/overhacked/ssh-agent-mux/compare/v0.0.0..v0.1.0
2957

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0 OR BSD-3-Clause"
66
keywords = ["ssh", "ssh-agent", "authentication"]
77
categories = ["command-line-utilities", "network-programming"]
88
exclude = [".*"]
9-
version = "0.1.1" # bumped by release.sh
9+
version = "0.1.2" # bumped by release.sh
1010
edition = "2021"
1111
rust-version = "1.75.0"
1212

0 commit comments

Comments
 (0)