diff options
author | Hristo Venev <hristo@venev.name> | 2019-05-17 20:10:19 +0300 |
---|---|---|
committer | Hristo Venev <hristo@venev.name> | 2019-05-18 20:07:08 +0300 |
commit | 5bcc0210923e8cb50fc97b318309d1b62c5cf62e (patch) | |
tree | 45df568f516b383396e884e433515629a830b7dc | |
parent | 8668f831620d2bff617920974f431bf4db31e398 (diff) |
Release v0.1.2.v0.1.2
-rw-r--r-- | CHANGELOG.md | 11 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8bb3511 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +v0.1.2 +--- + + - The interface is now stored under `$RUNTIME_DIRECTORY` if it is set. The +state file should be removed when the interfaces is reset. + + - The daemon's config can now be provided via the command line. TOML config +support has been made optional and is enabled by default. + + - There is now an init script for OpenWRT procd that gets the configuration +from UCI and passes it via command line. @@ -1,6 +1,6 @@ [package] name = "wgconfd" -version = "0.1.1" +version = "0.1.2" edition = "2018" authors = [ "Hristo Venev <hristo@venev.name>" ] license = "LGPL-3.0" |