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 dcebcdd commit b9a83e5Copy full SHA for b9a83e5
CHANGELOG.md
@@ -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
7
0.13.1 (2024-09-09)
8
==================
9
lib/simplecov-html/version.rb
@@ -3,7 +3,7 @@
module SimpleCov
module Formatter
class HTMLFormatter
- VERSION = "0.13.1"
+ VERSION = "0.13.2"
end
0 commit comments