Skip to content

Commit b0f7b34

Browse files
authored
chore(release): prepare for v1.4.0 (#26)
1 parent aba3eac commit b0f7b34

1 file changed

Lines changed: 64 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [1.4.0](https://github.com/c3b2a7/sshtunnel/compare/v1.3.0..v1.4.0) - 2026-05-21
6+
7+
### 🚀 Features
8+
9+
- Support ssh agent authentication ([#19](https://github.com/c3b2a7/sshtunnel/pull/19)) - ([9d120fb](https://github.com/c3b2a7/sshtunnel/commit/9d120fb88676864f4b066dd3f4e3f9ef67a8c943))
10+
11+
### 🐛 Bug Fixes
12+
13+
- Improve tunnel log messages ([#18](https://github.com/c3b2a7/sshtunnel/pull/18)) - ([c1e3661](https://github.com/c3b2a7/sshtunnel/commit/c1e3661450661f068ae4485a5b8d0e9c3f2387e1))
14+
15+
### ⚡️ Performance
16+
17+
- Reduce relay allocations with buffer pooling ([#17](https://github.com/c3b2a7/sshtunnel/pull/17)) - ([a4bdbf7](https://github.com/c3b2a7/sshtunnel/commit/a4bdbf7691b4ea45051dd643d4836acf57abd716))
18+
- Avoid formatting disabled logs ([#16](https://github.com/c3b2a7/sshtunnel/pull/16)) - ([2b44349](https://github.com/c3b2a7/sshtunnel/commit/2b443492093904699944e023fe41b6f968c08437))
19+
20+
### ⚙️ Miscellaneous Tasks
21+
22+
- Add changelog release target ([#29](https://github.com/c3b2a7/sshtunnel/pull/29)) - ([aba3eac](https://github.com/c3b2a7/sshtunnel/commit/aba3eacae6d3d79c7336dd7af20ecc71ec8c4223))
23+
- Streamline release workflow and scripts ([#27](https://github.com/c3b2a7/sshtunnel/pull/27)) - ([b765f8c](https://github.com/c3b2a7/sshtunnel/commit/b765f8c6b6d9934c774f382c5f1647163f56e9ae))
24+
25+
26+
## [1.3.0](https://github.com/c3b2a7/sshtunnel/compare/v1.1.0..v1.3.0) - 2026-04-26
27+
28+
### 🚀 Features
29+
30+
- Add get-sshtunnel.sh - ([814af06](https://github.com/c3b2a7/sshtunnel/commit/814af067548213f6fbdf047cd2066a70ff6d3898))
31+
32+
### 🐛 Bug Fixes
33+
34+
- Allow release asset uploads ([#15](https://github.com/c3b2a7/sshtunnel/pull/15)) - ([23a9941](https://github.com/c3b2a7/sshtunnel/commit/23a9941ee82096d8ca9c517b807499132659b60a))
35+
- Refactor tunnel configuration and runtime - ([42490a2](https://github.com/c3b2a7/sshtunnel/commit/42490a2f716f2dd399840261fe0950a1e0e44b55))
36+
- Use `$GOPATH/bin` for source install when `GOBIN` env unset - ([e0647c2](https://github.com/c3b2a7/sshtunnel/commit/e0647c21c50ebb6aaad35bd4848f4679d7ce64bb))
37+
38+
### 📚 Documentation
39+
40+
- Update README.md - ([6c8ddeb](https://github.com/c3b2a7/sshtunnel/commit/6c8ddeb3ec5f106f631e1928a06e1cae42fd1b88))
41+
- Add installation tutorial - ([86dbeed](https://github.com/c3b2a7/sshtunnel/commit/86dbeedf43d336063554ef2cac6352c6133b04fe))
42+
- Add badge ([#3](https://github.com/c3b2a7/sshtunnel/pull/3)) - ([5c47ede](https://github.com/c3b2a7/sshtunnel/commit/5c47ede5c2bf32bed4c20a9667530538d4902ebf))
43+
44+
### ⚙️ Miscellaneous Tasks
45+
46+
- Update Go to 1.26 - ([b98832c](https://github.com/c3b2a7/sshtunnel/commit/b98832ccd795434dc41b6178a9f756fd84236b17))
47+
- Update golang.org/x/crypto to v0.24.0 - ([2cdb855](https://github.com/c3b2a7/sshtunnel/commit/2cdb855c4db6466eb034f9b3fe80a36c7983b035))
48+
- Use go v1.22 - ([ae0f5b4](https://github.com/c3b2a7/sshtunnel/commit/ae0f5b436edc937d476a0502df73a583c5bc4e10))
49+
50+
### Chore
51+
52+
- Use Go v1.19 - ([399f57b](https://github.com/c3b2a7/sshtunnel/commit/399f57ba11afb52644d1d3de4dcdcfdbcdea920e))
53+
54+
## 👏 New Contributors
55+
56+
* @dependabot[bot] made their first contribution in [#9](https://github.com/c3b2a7/sshtunnel/pull/9)
57+
58+
## [1.0.0] - 2022-08-19
59+
60+
## 👏 New Contributors
61+
62+
* @c3b2a7 made their first contribution
63+
64+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)