Release 0.6.8

* Implement negative searching: Seach for images with or _without_
  specific tags, places or people.
* Rewrote GlobalContext.verify_key to get rid of some clippy warnings.
* Fix some warnings with rustc 1.37.
* Update structopt to 0.3, r2d2-memcache to 0.4.0, and ructe to 0.7.2.
* User "medallion" 2.3.1 instead of "jwt".
This commit is contained in:
Rasmus Kaj 2019-09-21 12:38:14 +02:00
parent d4418ca271
commit 23c6449997

View File

@ -1,6 +1,6 @@
[package] [package]
name = "rphotos" name = "rphotos"
version = "0.6.7-PRE" version = "0.6.8"
authors = ["Rasmus Kaj <kaj@kth.se>"] authors = ["Rasmus Kaj <kaj@kth.se>"]
edition = "2018" edition = "2018"