@@ -5,12 +5,40 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
9
17
10
18
### 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
11
33
- Service management (as described in README)
12
34
- Add color-eyre and improve some error reporting
13
35
36
+ ### Added
37
+ - Add color-eyre and improve some error reporting
38
+
39
+ ### Changed
40
+ - Service management (as described in README)
41
+
14
42
## [ 0.1.0] - 2025-04-19
15
43
16
44
` 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'
20
48
SSH configuration at ` ssh-agent-mux ` 's socket, and it will offer all available
21
49
public keys from upstream agents as available for authentication.
22
50
23
- ### Changed
24
- - Prepare for v0.1.0
51
+ ### Added
25
52
- Add release workflow and shell script
26
53
54
+ [ 0.1.2 ] : https://github.com/overhacked/ssh-agent-mux/compare/v0.1.1..v0.1.2
27
55
[ 0.1.1 ] : https://github.com/overhacked/ssh-agent-mux/compare/v0.1.0..v0.1.1
28
56
[ 0.1.0 ] : https://github.com/overhacked/ssh-agent-mux/compare/v0.0.0..v0.1.0
29
57
0 commit comments