From a1a60bce76b55af804350b07e5b1af0dcf440a58 Mon Sep 17 00:00:00 2001 From: Ricky Hosfelt Date: Wed, 8 Oct 2025 07:59:21 -0400 Subject: [PATCH] Updated crate to 0.9.0 and created changelog entry --- CHANGELOG.md | 14 ++++++++++---- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) 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"