Skip to content

Commit 0d6d81f

Browse files
committed
Update README and Changelog for release.
1 parent 5fbe79a commit 0d6d81f

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

Changelog.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
# 2.0.0 (Next)
1+
# 2.0.0 (2025-08-22)
2+
3+
* Bump version number for RubyZip v3.0 support.
4+
* Update to use RubyZip ~> 3.0.0.
5+
* Update README with requirements for version 2.
6+
7+
8+
## Tooling and internal changes
9+
10+
* Enable branch coverage analysis.
11+
* Update Rubocop and add extensions.
12+
* Prefer `require_relative` where appropriate.
13+
* Deal with Rubocop offences in gemspec.
14+
* Fix Style/RedundantReturn Rubocop offences.
15+
* Fix Style/OptionalBooleanParameter Rubocop offences.
16+
* Fix Performance/UnfreezeString Rubocop offences.
17+
* Fix Layout/LineContinuationSpacing Rubocop offences.
18+
* Fix Style/FileRead Rubocop offences.
19+
* Fix Layout/LeadingCommentSpace Rubocop offences.
20+
* Update GitHub Actions to use rubies >= 3.0.
21+
* Update Minitest and properly use it.
22+
* Remove use of JRuby object space in tests.
23+
* Update installation of bzip2 in windows tests.
224

325
# 1.0.0 (2025-02-07)
426

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Tests](https://github.com/rubyzip/rubyzip-bzip2/actions/workflows/tests.yml/badge.svg)](https://github.com/rubyzip/rubyzip-bzip2/actions/workflows/tests.yml)
55
[![Linter](https://github.com/rubyzip/rubyzip-bzip2/actions/workflows/lint.yml/badge.svg)](https://github.com/rubyzip/rubyzip-bzip2/actions/workflows/lint.yml)
66
[![Code Climate](https://codeclimate.com/github/rubyzip/rubyzip-bzip2.svg)](https://codeclimate.com/github/rubyzip/rubyzip-bzip2)
7-
[![Coverage Status](https://img.shields.io/coveralls/rubyzip/rubyzip-bzip2.svg)](https://coveralls.io/r/rubyzip/rubyzip-bzip2?branch=master)
7+
[![Coverage Status](https://img.shields.io/coveralls/rubyzip/rubyzip-bzip2.svg)](https://coveralls.io/r/rubyzip/rubyzip-bzip2?branch=main)
88

99
The rubyzip-bzip2 gem provides an extension of the rubyzip gem for reading zip files compressed with bzip2 compression.
1010

@@ -35,7 +35,7 @@ gem 'rubyzip-bzip2'
3535
```
3636

3737
## Usage
38-
Reading a zip file with bzip2 compression is not different from reading
38+
Reading a zip file with bzip2 compression is no different from reading
3939
any other zip file using rubyzip:
4040

4141
```ruby

0 commit comments

Comments
 (0)