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 Jan 26, 2024
1 parent ab5e9d1 commit 42f4225
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -3,7 +3,7 @@ members = [ "crates/*" ]
resolver = "2"

[workspace.package]
version = "2.0.1"
version = "3.0.0"
description = "zip reading and writing"
repository = "https://github.com/fasterthanlime/rc-zip"
license = "Apache-2.0 OR MIT"
Expand Down
19 changes: 19 additions & 0 deletions crates/rc-zip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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/rc-zip-v2.0.1...rc-zip-v3.0.0) - 2024-01-26

### Other
- Check docs in CI, deny warnings
- Refactor StoredEntry a little bit
- [**breaking**] Bump major version because we broke the API
- Fix clippy lints
- Merge branch 'main' into main
- Upgrade minor version dependencies
- Upgrade dependencies
- Don't use deprecated chrono method
2 changes: 1 addition & 1 deletion crates/rc-zip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ chardetng = "0.1.17"
[features]
default = ["sync", "file"]
sync = ["libflate"]
file = ["positioned-io"]
file = ["positioned-io"]

0 comments on commit 42f4225

Please sign in to comment.