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 0f1c04c

Browse filesBrowse files
committed
Update version number and Changelog for release.
1 parent a0f4fa0 commit 0f1c04c
Copy full SHA for 0f1c04c

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

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

‎Changelog.md‎

Copy file name to clipboardExpand all lines: Changelog.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 3.2.1 (2025-10-24)
2+
3+
- Fix `Entry#gather_fileinfo_from_srcpath` error messages. [#654](https://github.com/rubyzip/rubyzip/issues/654)
4+
5+
Tooling/internal:
6+
7+
- Add some simple benchmarks for reading the cdir.
8+
19
# 3.2.0 (2025-10-14)
210

311
- 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))
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.2.0'
5+
VERSION = '3.2.1'
66
end

0 commit comments

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