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 8ee9b20 commit 00be832Copy full SHA for 00be832
Changelog.md
@@ -1,3 +1,12 @@
1
+# 2.0.1 (2025-11-29)
2
+
3
+* Relax rubyzip dependency version constraint.
4
5
+## Tooling and internal changes
6
7
+* Update development dependencies to later versions.
8
+* Fix Naming/PredicateMethod cop.
9
10
# 2.0.0 (2025-08-22)
11
12
* Bump version number for RubyZip v3.0 support.
README.md
@@ -15,7 +15,7 @@ http://github.com/rubyzip/rubyzip-bzip2
15
16
Version 2.x of this library:
17
* Ruby 3.0 or greater
18
-* Rubyzip 3.0.x
+* Rubyzip 3.0 or greater
19
20
Version 1.x of this library:
21
* Ruby 2.4 or greater
lib/zip/bzip2/version.rb
@@ -2,6 +2,6 @@
module Zip
module Bzip2
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
end
0 commit comments