We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c176474 commit 37b60fbCopy full SHA for 37b60fb
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.13.1 (2024-09-09)
2
+==================
3
+
4
+## Misc
5
+* Drop base64 dependency. See [#144](https://github.com/simplecov-ruby/simplecov-html/pull/144) (thanks [@Earlopain](https://github.com/Earlopain)).
6
7
0.13.0 (2024-09-08)
8
==================
9
lib/simplecov-html/version.rb
@@ -3,7 +3,7 @@
module SimpleCov
module Formatter
class HTMLFormatter
- VERSION = "0.13.0"
+ VERSION = "0.13.1"
end
0 commit comments