From dda30c2769e155666b09dcd8fa1a5f34e35a25a0 Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Wed, 10 Feb 2016 20:39:52 -0800 Subject: [PATCH] Update changelog to reflect latest tag --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34a8943..d1b2888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.3.2] - 2016-02-10 +### Changed +- Automatically generate `bindings.rs` using `rust-bindgen` via `build.rs` script. + ## [0.3.1] - 2016-01-02 ### Changed - Fix bug `get_image_property()` to ensure C string is copied.