Skip to content

Commit a8c261d

Browse files
authored
Merge pull request #29 from deg4uss3r/rth/version_bump
Updated crate to 0.9.0 and created changelog entry
2 parents dcabad2 + a1a60bc commit a8c261d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Reduced build bloat.
13-
1412
### Fixed
1513

1614
### Changed
1715

18-
- Added the ability to change the style for line_diff via `ContextConfig` (#27)
19-
2016
### Removed
2117

18+
## 0.9.0
19+
20+
### Added
21+
22+
- Reduced build bloat.
23+
24+
### Changed
25+
26+
- Added the ability to change the style for line_diff via `ContextConfig` (#27)
27+
2228
## 0.7.1
2329

2430
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prettydiff"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
authors = ["Roman Koblov <[email protected]>"]
55
edition = "2018"
66
description = "Side-by-side diff for two files"

0 commit comments

Comments
 (0)