diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d6792..d2d4f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - - Reduced build bloat. - ### Fixed ### Changed -- Added the ability to change the style for line_diff via `ContextConfig` (#27) - ### Removed +## 0.9.0 + +### Added + + - Reduced build bloat. + +### Changed + +- Added the ability to change the style for line_diff via `ContextConfig` (#27) + ## 0.7.1 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 5cc4731..b832551 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prettydiff" -version = "0.8.1" +version = "0.9.0" authors = ["Roman Koblov "] edition = "2018" description = "Side-by-side diff for two files"