Skip to content

Commit f47e539

Browse files
committed
Bump version to 0.4.1
1 parent 09ebd95 commit f47e539

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [0.4.1 - 2018-07-31]
4+
5+
### Fixed
6+
7+
* Corrected syntax error and logic for handling absence of diff-lcs gem
8+
* Added fallback font-family entries for non-Windows machines
9+
10+
311
## [0.4 - 2018-07-31]
412

513
### Fixed
@@ -11,4 +19,4 @@
1119

1220
* If diff-lcs is available as a gem, then multi-line fields that have updates
1321
will show just the line(s) that have changed in the HTML diff, rather than
14-
showing the whole field old and new values.
22+
showing the whole field old and new values.

csv-diff-report.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GEMSPEC = Gem::Specification.new do |s|
22
s.name = "csv-diff-report"
3-
s.version = "0.4"
3+
s.version = "0.4.1"
44
s.authors = ["Adam Gardiner"]
55
s.date = "2018-07-31"
66
s.summary = "CSV Diff Report is a library for generating diff reports using the CSV Diff gem"

0 commit comments

Comments
 (0)