Skip to content

Commit

Permalink
chore: Release wiresmith version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Apr 12, 2024
1 parent 12edd66 commit 76cf7c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->

## [Unreleased] - ReleaseDate

## [0.3.0] - 2024-04-12
- Use latest data transmission date instead of latest handshake for timeouts [#17](https://github.com/svenstaro/wiresmith/pull/17) (thanks @tomgroenwoldt)
- Added `--consul-datacenter` option

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

<!-- next-url -->
[Unreleased]: https://github.com/svenstaro/wiresmith/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/svenstaro/wiresmith/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/svenstaro/wiresmith/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/svenstaro/wiresmith/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/svenstaro/wiresmith/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/svenstaro/wiresmith/compare/v0.1.0...v0.1.2
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wiresmith"
version = "0.2.1"
version = "0.3.0"
description = "Auto-config WireGuard clients into a mesh"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
repository = "https://github.com/svenstaro/wiresmith"
Expand Down

0 comments on commit 76cf7c3

Please sign in to comment.