Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9a7ee0d

Browse filesBrowse files
committed
Update version number and Changelog for release.
1 parent 1ff464a commit 9a7ee0d
Copy full SHA for 9a7ee0d

File tree

Expand file treeCollapse file tree

2 files changed

+12
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+12
-1
lines changed
Open diff view settings
Collapse file

‎Changelog.md‎

Copy file name to clipboardExpand all lines: Changelog.md
+11Lines changed: 11 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 3.2.0 (2025-10-14)
2+
3+
- Add option to suppress extra fields. [#653](https://github.com/rubyzip/rubyzip/pull/653) (fixes [#34](https://github.com/rubyzip/rubyzip/issues/34), [#398](https://github.com/rubyzip/rubyzip/issues/398) and [#648](https://github.com/rubyzip/rubyzip/issues/648))
4+
5+
Tooling/internal:
6+
7+
- Entry: clean up reading and writing the Central Directory headers.
8+
- Improve Zip64 tests for `OutputStream`.
9+
- Extra fields: use symbols as indices as opposed to strings.
10+
- Ensure that `Unknown` extra field has a superclass.
11+
112
# 3.1.1 (2025-09-26)
213

314
- Improve the IO pipeline when decompressing. [#649](https://github.com/rubyzip/rubyzip/pull/649) (which also fixes [#647](https://github.com/rubyzip/rubyzip/issues/647))
Collapse file

‎lib/zip/version.rb‎

Copy file name to clipboardExpand all lines: lib/zip/version.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Zip
44
# The version of the Rubyzip library.
5-
VERSION = '3.1.1'
5+
VERSION = '3.2.0'
66
end

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.