We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f732fec commit eb82d81Copy full SHA for eb82d81
CHANGELOG.md
@@ -18,10 +18,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
18
19
- None
20
21
+## 0.8.1
22
+
23
+### Fixed
24
+- \<br\> replacement in default text parser #130
25
26
## 0.8.0
27
-### Dependencies
28
29
+- Use Nokogiri HTML5 parser for text nodes parsing #129
30
31
+### Dependencies
32
- nokogiri >= 1.12.0 (was >= 1.10.0)
33
34
## 0.7.3
lib/odf-report/version.rb
@@ -1,3 +1,3 @@
1
module ODFReport
2
- VERSION = "0.8.0"
+ VERSION = "0.8.1"
3
end
0 commit comments