Skip to content

Commit 3e5366f

Browse files
committed
Bump version
1 parent afe4234 commit 3e5366f

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.idea/misc.xml

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
### Fixed
8+
9+
## [v0.2.2] - 2019-05-16
10+
11+
- Fix overflow panic when the first change is an addition.
12+
13+
## [v0.2.1] - 2018-09-24
14+
915
- Fix build for non-Windows platforms
1016

1117
## [v0.2.0] - 2018-06-05
@@ -14,5 +20,7 @@ Removed `init()`. Instead, ANSI is automatically enabled the first time an ANSI
1420
## v0.1.2 - 2018-06-02
1521
Initial release!
1622

17-
[Unreleased]: https://github.com/cad97/colored-diff/compare/v0.2.0...HEAD
23+
[Unreleased]: https://github.com/cad97/colored-diff/compare/v0.2.2...HEAD
1824
[v0.2.0]: https://github.com/cad97/colored-diff/compare/v0.1.2...v0.2.0
25+
[v0.2.1]: https://github.com/cad97/colored-diff/compare/v0.2.0...v0.2.1
26+
[v0.2.2]: https://github.com/cad97/colored-diff/compare/v0.2.1...v0.2.2

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "colored-diff"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Christopher Durham <[email protected]>"]
55

66
license = "MIT OR Unlicense"

0 commit comments

Comments
 (0)