Skip to content

Commit 0a96435

Browse files
committed
prepapre 0.7.3
1 parent 8cf95f0 commit 0a96435

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1818

1919
- None
2020

21+
## 0.7.3
22+
23+
### Fixed
24+
- newer versions (> 1.3.0) of Nokogiri where presenting "Nokogiri::CSS::SyntaxError: unexpected '|'" #120
25+
- prevent unnecessary memory expensive operations with missing placeholders #117
26+
2127
## 0.7.2
2228

2329
### Fixed

lib/odf-report/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ODFReport
2-
VERSION = "0.7.2"
2+
VERSION = "0.7.3"
33
end

0 commit comments

Comments
 (0)