Skip to content

Commit b9a83e5

Browse files
committed
Version 0.13.2
1 parent dcebcdd commit b9a83e5

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
@@ -1,3 +1,9 @@
1+
0.13.2 (2025-07-16)
2+
==================
3+
4+
## Misc
5+
* Stop requiring cgi for Ruby 3.5 compatibility. See [#149](https://github.com/simplecov-ruby/simplecov-html/pull/149) (thanks [@Earlopain](https://github.com/Earlopain)).
6+
17
0.13.1 (2024-09-09)
28
==================
39

lib/simplecov-html/version.rb

Lines changed: 1 addition & 1 deletion
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.1"
6+
VERSION = "0.13.2"
77
end
88
end
99
end

0 commit comments

Comments
 (0)