colored-diff 0.2.1

Format the difference between two strings with ANSI colors
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fix build for non-Windows platforms

## [v0.2.0] - 2018-06-05
Removed `init()`. Instead, ANSI is automatically enabled the first time an ANSI string is crated.

## v0.1.2 - 2018-06-02
Initial release!

[Unreleased]: https://github.com/cad97/colored-diff/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/cad97/colored-diff/compare/v0.1.2...v0.2.0