File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ 0.1.0] - 2025-04-18
9
+
10
+ ** First Release**
11
+
12
+ ` ssh-agent-mux ` combines multiple agents' keys into a single agent, allowing
13
+ you to configure an SSH client just once. Provide all "upstream" SSH agents'
14
+ ` SSH_AUTH_SOCK ` paths in the ` ssh-agent-mux ` configuration and run
15
+ ` ssh-agent-mux ` via your login scripts or OS's user service manager. Point your
16
+ SSH configuration at ` ssh-agent-mux ` 's socket, and it will offer all available
17
+ public keys from upstream agents as available for authentication.
18
+
19
+ ### Changed
20
+ - Add release workflow and shell script
21
+
22
+ [ 0.1.0 ] : https://github.com/overhacked/ssh-agent-mux/compare/v0.0.0..v0.1.0
23
+
24
+ <!-- generated by git-cliff -->
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "Apache-2.0 OR BSD-3-Clause"
6
6
keywords = [" ssh" , " ssh-agent" , " authentication" ]
7
7
categories = [" command-line-utilities" , " network-programming" ]
8
8
exclude = [" .*" ]
9
- version = " 0.0 .0" # bumped by release.sh
9
+ version = " 0.1 .0" # bumped by release.sh
10
10
edition = " 2021"
11
11
rust-version = " 1.75.0"
12
12
You can’t perform that action at this time.
0 commit comments