Skip to content

Commit 00be832

Browse files
committed
Update README, Changelog and version for release.
1 parent 8ee9b20 commit 00be832

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
# 2.0.0 (2025-08-22)
211

312
* Bump version number for RubyZip v3.0 support.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ http://github.com/rubyzip/rubyzip-bzip2
1515

1616
Version 2.x of this library:
1717
* Ruby 3.0 or greater
18-
* Rubyzip 3.0.x
18+
* Rubyzip 3.0 or greater
1919

2020
Version 1.x of this library:
2121
* Ruby 2.4 or greater

lib/zip/bzip2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Zip
44
module Bzip2
5-
VERSION = '2.0.0'
5+
VERSION = '2.0.1'
66
end
77
end

0 commit comments

Comments
 (0)