Skip to content

Commit

Permalink
chore: Release wiresmith version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Apr 13, 2023
1 parent e47f193 commit 35d0d24
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.2.0] - 2023-04-13
- Validate address is inside network
- Add locking mechanism when interacting with Consul
- Improve logging
Expand All @@ -20,5 +22,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Initial release

<!-- next-url -->
[Unreleased]: https://github.com/svenstaro/wiresmith/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/svenstaro/wiresmith/compare/v0.2.0...HEAD
[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.1.2"
version = "0.2.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 35d0d24

Please sign in to comment.