Skip to content

Commit

Permalink
chore: release (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 4, 2024
1 parent 3861a8b commit 35cdb82
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions rc-zip-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.2.0](https://github.com/bearcove/rc-zip/compare/rc-zip-sync-v4.1.0...rc-zip-sync-v4.2.0) - 2024-09-04

### Added
- Add logo

## [4.1.0](https://github.com/fasterthanlime/rc-zip/compare/rc-zip-sync-v4.0.1...rc-zip-sync-v4.1.0) - 2024-03-19

### Added
Expand Down
6 changes: 3 additions & 3 deletions rc-zip-sync/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rc-zip-sync"
version = "4.1.0"
version = "4.2.0"
description = "Synchronous zip reading on top of rc-zip"
repository = "https://github.com/fasterthanlime/rc-zip"
license = "Apache-2.0 OR MIT"
Expand All @@ -21,7 +21,7 @@ path = "examples/jean.rs"

[dependencies]
positioned-io = { version = "0.3.3", optional = true }
rc-zip = { version = "5.1.0", path = "../rc-zip" }
rc-zip = { version = "5.1.1", path = "../rc-zip" }
oval = "2.0.0"
tracing = "0.1.40"

Expand All @@ -40,5 +40,5 @@ clap = { version = "4.4.18", features = ["derive"] }
humansize = "2.1.3"
indicatif = "0.17.7"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
rc-zip = { version = "5.1.0", path = "../rc-zip", features = ["corpus"] }
rc-zip = { version = "5.1.1", path = "../rc-zip", features = ["corpus"] }
cfg-if = "1.0.0"
5 changes: 5 additions & 0 deletions rc-zip-tokio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.2.0](https://github.com/bearcove/rc-zip/compare/rc-zip-tokio-v4.1.0...rc-zip-tokio-v4.2.0) - 2024-09-04

### Added
- Add logo

## [4.1.0](https://github.com/fasterthanlime/rc-zip/compare/rc-zip-tokio-v4.0.1...rc-zip-tokio-v4.1.0) - 2024-03-19

### Added
Expand Down
6 changes: 3 additions & 3 deletions rc-zip-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rc-zip-tokio"
version = "4.1.0"
version = "4.2.0"
description = "Asynchronous zip reading on top of rc-zip (for tokio I/O traits)"
repository = "https://github.com/fasterthanlime/rc-zip"
license = "Apache-2.0 OR MIT"
Expand All @@ -17,7 +17,7 @@ name = "rc_zip_tokio"
path = "src/lib.rs"

[dependencies]
rc-zip = { version = "5.1.0", path = "../rc-zip" }
rc-zip = { version = "5.1.1", path = "../rc-zip" }
positioned-io = { version = "0.3.3" }
tokio = { version = "1.35.1", features = ["fs", "io-util", "rt-multi-thread"] }
futures-util = { version = "0.3.30" }
Expand All @@ -35,5 +35,5 @@ zstd = ["rc-zip/zstd"]

[dev-dependencies]
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
rc-zip = { version = "5.1.0", path = "../rc-zip", features = ["corpus"] }
rc-zip = { version = "5.1.1", path = "../rc-zip", features = ["corpus"] }
tokio = { version = "1.35.1", features = ["rt", "macros"] }
5 changes: 5 additions & 0 deletions rc-zip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.1.1](https://github.com/bearcove/rc-zip/compare/rc-zip-v5.1.0...rc-zip-v5.1.1) - 2024-09-04

### Other
- Add rc-zip logo to main crate, too

## [5.1.0](https://github.com/fasterthanlime/rc-zip/compare/rc-zip-v5.0.1...rc-zip-v5.1.0) - 2024-03-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion rc-zip/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rc-zip"
version = "5.1.0"
version = "5.1.1"
description = "An I/O-agnostic implementation of the zip file format"
repository = "https://github.com/fasterthanlime/rc-zip"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 35cdb82

Please sign in to comment.