Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.3.0 #130

Closed
wants to merge 0 commits into from
Closed

Conversation

Pr0methean
Copy link
Member

@Pr0methean Pr0methean commented May 15, 2024

πŸ€– New release

  • zip: 1.2.3 -> 1.3.0 (βœ“ API compatible changes)
Changelog

1.3.0 - 2024-05-15

πŸš€ Features

  • Add is_symlink method

πŸ› Bug Fixes

  • Extract symlinks into symlinks on Unix and Windows, and fix a bug that affected making directories writable on MacOS

🚜 Refactor

  • is_dir only needs to look at the filename
  • Remove unnecessary #[cfg] attributes

βš™οΈ Miscellaneous Tasks

  • contains_key needs a Box<str>, so generify is_dir to accept one
  • Add missing ZipFileData::is_dir() method
  • Fix another Windows-specific error
  • More bug fixes for Windows-specific symlink code
  • More bug fixes for Windows-specific symlink code
  • Bug fix: variable name change
  • Bug fix: need both internal and output path to determine whether to symlink_dir
  • Another bug fix
  • Fix another error-type conversion error
  • Fix error-type conversion on Windows
  • Fix conditionally-unused import
  • Fix continued issues, and factor out the Vec-to-OsString conversion (cc: #125)
  • Fix CI failure involving conversion to OsString for symlinks (see my comments on #125)
  • Move path join into platform-independent code


This PR was generated with release-plz.

@Pr0methean Pr0methean closed this May 15, 2024
@Pr0methean Pr0methean force-pushed the release-plz-2024-05-15T23-47-09Z branch from cd7e144 to d78f127 Compare May 15, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant