diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed39388..0c32c47f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -## v0.3.8 (2018-MM-DD) +## v0.3.8 (2018-08-27) - new(db): add image URL fields to entries +- chore(web): update `rocket` to `v0.3.16` +- chore(db): update `diesel` to `v1.3.x` +- chore(*): update dependencies ## v0.3.7 (2018-05-22) diff --git a/Cargo.lock b/Cargo.lock index 28bff2e0..4f8df0aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "openfairdb" -version = "0.3.7" +version = "0.3.8" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7aacb2c8..1ed3955a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "openfairdb" -version = "0.3.7" +version = "0.3.8" authors = ["Markus Kohlhase "] +license = "AGPL-3.0-or-later" [dependencies] clap = "2"