Skip to content

Commit d5dbff0

Browse files
committed
chore(release): prepare for v0.1.0
Signed-off-by: Ross Williams <[email protected]>
1 parent dc53564 commit d5dbff0

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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 -->

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.0.0" # bumped by release.sh
9+
version = "0.1.0" # bumped by release.sh
1010
edition = "2021"
1111
rust-version = "1.75.0"
1212

0 commit comments

Comments
 (0)