From 5bcc0210923e8cb50fc97b318309d1b62c5cf62e Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Fri, 17 May 2019 20:10:19 +0300 Subject: Release v0.1.2. --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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. diff --git a/Cargo.toml b/Cargo.toml index a3ae394..1738189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgconfd" -version = "0.1.1" +version = "0.1.2" edition = "2018" authors = [ "Hristo Venev " ] license = "LGPL-3.0" -- cgit