Skip to content

Commit 37b60fb

Browse files
committed
Version 0.13.1
1 parent c176474 commit 37b60fb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.13.0 (2024-09-08)
28
==================
39

lib/simplecov-html/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module SimpleCov
44
module Formatter
55
class HTMLFormatter
6-
VERSION = "0.13.0"
6+
VERSION = "0.13.1"
77
end
88
end
99
end

0 commit comments

Comments
 (0)