Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prettydiff"
version = "0.8.1"
version = "0.9.0"
authors = ["Roman Koblov <penpen938@me.com>"]
edition = "2018"
description = "Side-by-side diff for two files"
Expand Down