You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix#21, don't change output name
* Add test for suffix behavior
* Fix reinstallation of packages for tests
* Test printing
* Clearer condition
* Bump version and add changelog
* Formatting
---------
Co-authored-by: Jay Qi <[email protected]>
Copy file name to clipboardExpand all lines: cli/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog — rpzip
2
2
3
+
## v0.1.2 (2025-07-26)
4
+
5
+
- Fixed inconsistency with `zip` with output file suffixes. `rpzip` now only adds a `.zip` suffix if the output file does not have a suffix already. Previously, an existing suffix would be replaced by `.zip`. ([Issue #21](https://github.com/drivendataorg/repro-zipfile/issues/21), [PR #22](https://github.com/drivendataorg/repro-zipfile/pull/22) contributed by [@Freed-Wu](https://github.com/Freed-Wu))
0 commit comments