@@ -5,8 +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.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
8
26
## [ 0.1.5] - 2025-04-27
9
27
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
+
10
42
### Changed
11
43
- Switch homebrew-releaser CI back to upstream
12
44
- 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
17
49
18
50
## [ 0.1.4] - 2025-04-24
19
51
52
+ Release v0.1.4
53
+
54
+ Release v0.1.4
55
+ Release v0.1.4
20
56
- Fix homebrew-releaser workflow
21
57
- Test homebrew-releaser local changes
22
58
- Test homebrew-releaser local changes
@@ -80,6 +116,7 @@ public keys from upstream agents as available for authentication.
80
116
### Added
81
117
- Add release workflow and shell script
82
118
119
+ [ 0.1.6 ] : https://github.com/overhacked/ssh-agent-mux/compare/v0.1.5..v0.1.6
83
120
[ 0.1.5 ] : https://github.com/overhacked/ssh-agent-mux/compare/v0.1.4..v0.1.5
84
121
[ 0.1.4 ] : https://github.com/overhacked/ssh-agent-mux/compare/v0.1.3..v0.1.4
85
122
[ 0.1.3 ] : https://github.com/overhacked/ssh-agent-mux/compare/v0.1.1..v0.1.3
0 commit comments