Skip to content

Commit c3aa609

Browse files
committed
chore(release): prepare for v0.1.1
1 parent d3191cc commit c3aa609

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ 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.0] - 2025-04-18
8+
## [0.1.1] - 2025-04-19
99

10-
**First Release**
10+
### Changed
11+
- Service management (as described in README)
12+
- Add color-eyre and improve some error reporting
13+
14+
## [0.1.0] - 2025-04-19
1115

1216
`ssh-agent-mux` combines multiple agents' keys into a single agent, allowing
1317
you to configure an SSH client just once. Provide all "upstream" SSH agents'
@@ -17,8 +21,10 @@ SSH configuration at `ssh-agent-mux`'s socket, and it will offer all available
1721
public keys from upstream agents as available for authentication.
1822

1923
### Changed
24+
- Prepare for v0.1.0
2025
- Add release workflow and shell script
2126

27+
[0.1.1]: https://github.com/overhacked/ssh-agent-mux/compare/v0.1.0..v0.1.1
2228
[0.1.0]: https://github.com/overhacked/ssh-agent-mux/compare/v0.0.0..v0.1.0
2329

2430
<!-- generated by git-cliff -->

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

0 commit comments

Comments
 (0)