From 6ca185df190e612218db5737fb54fc9f8f46f15e Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Sun, 27 Dec 2015 15:10:52 -0800 Subject: [PATCH] Add a changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2ecb9bf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Change Log + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## [0.2.3] - 2015-12-26 +### Changed +- Upgrade to libc 0.2.4 in hopes of fixing downstream build incompatibilities. + +## [0.2.2] - 2015-12-23 +### Changed +- Change the build to specify the likely path to ImageMagick, for easier setup. + +## [0.2.1] - 2015-09-07 +### Changed +- Fix the cargo package name (replace dash with underscore). + +## [0.2.0] - 2015-06-10 +### Changed +- Add a `fit()` function for fitting an image to a given bounds. + +## [0.1.0] - 2015-06-09 +### Changed +- Initial release