From 11e04f4cf073de591e99c65cee1896b99a928962 Mon Sep 17 00:00:00 2001 From: Felix Crux Date: Sun, 25 Aug 2019 16:05:47 -0400 Subject: [PATCH] Version 1.1.1 --- CHANGELOG | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d515f2e..2365ec4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2019-08-25 - v1.1.1 + * Fix raw_tag_access optional feature code broken in 1.1.0. + 2019-07-16 - v1.1.0 * Require rustc 1.31 at least to build, using the 2018 language edition. * Internal dependency upgrades. diff --git a/Cargo.toml b/Cargo.toml index e4ad1b8..2bb21ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ FFI declarations are provided here; for a usable Rust library, consider the `rexiv2` crate. """ -version = "1.1.0" +version = "1.1.1" authors = ["Felix Crux "] license = "GPL-3.0+" documentation = "https://felixcrux.com/files/doc/gexiv2_sys/"