Skip to content

Commit d0cad6d

Browse files
committed
chore(release): prepare for v0.1.6
1 parent 16f36fd commit d0cad6d

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +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.6] - 2025-04-28
9+
10+
### Added
11+
- Add CI workflow
12+
- Add better error reporting to integration tests
13+
- Add --log-file option
14+
15+
### Changed
16+
- Bump toml from 0.8.20 to 0.8.21 by @dependabot[bot]
17+
- Cargo fmt
18+
- Clean up quoting in homebrew formula generation
19+
20+
### Fixed
21+
- Temporarily disable cross qemu tests
22+
- Update MSRV to 1.81.0
23+
24+
## New Contributors
25+
* @dependabot[bot] made their first contribution
826
## [0.1.5] - 2025-04-27
927

28+
Release v0.1.5
29+
30+
Release v0.1.5
31+
- Switch homebrew-releaser CI back to upstream
32+
- Switch fork of homebrew-releaser to main branch
33+
- Update Homebrew tap repository name
34+
- Fix line length in release workflow
35+
* @overhacked made their first contribution
36+
- Switch homebrew-releaser CI back to upstream
37+
- Switch fork of homebrew-releaser to main branch
38+
- Update Homebrew tap repository name
39+
- Fix line length in release workflow
40+
* @overhacked made their first contribution
41+
1042
### Changed
1143
- Switch homebrew-releaser CI back to upstream
1244
- Switch fork of homebrew-releaser to main branch
@@ -17,6 +49,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1749

1850
## [0.1.4] - 2025-04-24
1951

52+
Release v0.1.4
53+
54+
Release v0.1.4
55+
Release v0.1.4
2056
- Fix homebrew-releaser workflow
2157
- Test homebrew-releaser local changes
2258
- Test homebrew-releaser local changes
@@ -80,6 +116,7 @@ public keys from upstream agents as available for authentication.
80116
### Added
81117
- Add release workflow and shell script
82118

119+
[0.1.6]: https://github.com/overhacked/ssh-agent-mux/compare/v0.1.5..v0.1.6
83120
[0.1.5]: https://github.com/overhacked/ssh-agent-mux/compare/v0.1.4..v0.1.5
84121
[0.1.4]: https://github.com/overhacked/ssh-agent-mux/compare/v0.1.3..v0.1.4
85122
[0.1.3]: https://github.com/overhacked/ssh-agent-mux/compare/v0.1.1..v0.1.3

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

0 commit comments

Comments
 (0)