diff options
-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" |