Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: Amos <[email protected]>
  • Loading branch information
fasterthanlime committed Feb 1, 2024
1 parent 1016c80 commit d73f509
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,61 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.0.0](https://github.com/fasterthanlime/rc-zip/compare/v2.0.1...v3.0.0) - 2024-02-01

### Added
- Add zstd support ([#56](https://github.com/fasterthanlime/rc-zip/pull/56))
- Switch to winnow ([#50](https://github.com/fasterthanlime/rc-zip/pull/50))
- Add bzip2 support ([#48](https://github.com/fasterthanlime/rc-zip/pull/48))
- Add deflate64 method ([#43](https://github.com/fasterthanlime/rc-zip/pull/43))
- LZMA compression method ([#41](https://github.com/fasterthanlime/rc-zip/pull/41))

### Fixed
- remove unnecessary shifts
- Remove EOFNormalizer ([#59](https://github.com/fasterthanlime/rc-zip/pull/59))
- Implement BufRead or RawEntryReader ([#58](https://github.com/fasterthanlime/rc-zip/pull/58))
- Read 64-bit extra fields compressed/uncompressed sizes properly

### Other
- Upgrade winnow
- Bump to [email protected]
- Move tests to tests dir ([#54](https://github.com/fasterthanlime/rc-zip/pull/54))
- Turn jean into an example, move things closer to the root of the repo ([#53](https://github.com/fasterthanlime/rc-zip/pull/53))
- Add funding section, give Row Zero attribution
- Make CI faster by grouping all supported methods
- Switch from circular to oval ([#47](https://github.com/fasterthanlime/rc-zip/pull/47))
- Ignore .direnv
- Don't run cargo check on windows/mac CI
- Add link to Deflate64
- Show method for individual files in jean ls --verbose
- Add Deflate64 method + test file (doesn't support it yet)
- Use num-enum crate
- Use cargo-hack --feature-powerset
- Switch to flate2 (with oxide backend)
- Add tracing-subscriber to jean, add more tracing around eocdr parsing
- Upgrade appnote
- Add extra output to jean to figure out why rc-zip doesn't detect this file as zip64
- Check docs in CI, deny warnings
- Group use std directives
- Refactor StoredEntry a little bit
- Merge branch 'main' into sanitize-entry-name
- [**breaking**] Bump major version because we broke the API
- Does this unbreak caching?
- Use extra github token
- Use sccache action, run on macOS too
- Don't publish jean
- Add release-plz flow
- Fix clippy lints
- Merge branch 'main' into main
- Upgrade minor version dependencies
- Upgrade dependencies
- Don't use deprecated chrono method
- Commit Cargo.lock

# Changelog

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rc-zip"
version = "2.0.1"
version = "3.0.0"
description = "zip reading"
repository = "https://github.com/fasterthanlime/rc-zip"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit d73f509

Please sign in to comment.