Skip to content

Commit 6a38007

Browse files
committed
Release wiresmith version 0.4.4
1 parent efb9392 commit 6a38007

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
<!-- next-header -->
99

1010
## [Unreleased] - ReleaseDate
11+
12+
## [0.4.4] - 2024-10-04
1113
- Fix container images accidentally containing glibc rather than musl binaries [#215](https://github.com/svenstaro/wiresmith/issues/215)
1214

1315
## [0.4.3] - 2024-08-30
@@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4446
- Initial release
4547

4648
<!-- next-url -->
47-
[Unreleased]: https://github.com/svenstaro/wiresmith/compare/v0.4.3...HEAD
49+
[Unreleased]: https://github.com/svenstaro/wiresmith/compare/v0.4.4...HEAD
50+
[0.4.4]: https://github.com/svenstaro/wiresmith/compare/v0.4.3...v0.4.4
4851
[0.4.3]: https://github.com/svenstaro/wiresmith/compare/v0.4.2...v0.4.3
4952
[0.4.2]: https://github.com/svenstaro/wiresmith/compare/v0.4.1...v0.4.2
5053
[0.4.1]: https://github.com/svenstaro/wiresmith/compare/v0.4.0...v0.4.1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wiresmith"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "Auto-config WireGuard clients into a mesh"
55
authors = ["Sven-Hendrik Haase <[email protected]>"]
66
repository = "https://github.com/svenstaro/wiresmith"

0 commit comments

Comments
 (0)