Skip to content

Commit 76cf7c3

Browse files
committed
chore: Release wiresmith version 0.3.0
1 parent 12edd66 commit 76cf7c3

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.3.0] - 2024-04-12
1113
- Use latest data transmission date instead of latest handshake for timeouts [#17](https://github.com/svenstaro/wiresmith/pull/17) (thanks @tomgroenwoldt)
1214
- Added `--consul-datacenter` option
1315

@@ -27,7 +29,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2729
- Initial release
2830

2931
<!-- next-url -->
30-
[Unreleased]: https://github.com/svenstaro/wiresmith/compare/v0.2.1...HEAD
32+
[Unreleased]: https://github.com/svenstaro/wiresmith/compare/v0.3.0...HEAD
33+
[0.3.0]: https://github.com/svenstaro/wiresmith/compare/v0.2.1...v0.3.0
3134
[0.2.1]: https://github.com/svenstaro/wiresmith/compare/v0.2.0...v0.2.1
3235
[0.2.0]: https://github.com/svenstaro/wiresmith/compare/v0.1.2...v0.2.0
3336
[0.1.2]: https://github.com/svenstaro/wiresmith/compare/v0.1.0...v0.1.2

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.2.1"
3+
version = "0.3.0"
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)