Skip to content

Commit

Permalink
chore: release (#87)
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 Oct 8, 2024
1 parent 8f30d43 commit d6113dc
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
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.

15 changes: 15 additions & 0 deletions rc-zip-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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]

## [1.0.0](https://github.com/bearcove/rc-zip/releases/tag/rc-zip-cli-v1.0.0) - 2024-10-08

### Other

- Add missing readme
- Set up cargo-dist
2 changes: 1 addition & 1 deletion rc-zip-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/main.rs"

[dependencies]
rc-zip = { version = "5.1.3", path = "../rc-zip", features = ["corpus"] }
rc-zip-sync = { version = "4.2.2", path = "../rc-zip-sync", features = [
rc-zip-sync = { version = "4.2.3", path = "../rc-zip-sync", features = [
"bzip2",
"deflate64",
"lzma",
Expand Down
7 changes: 7 additions & 0 deletions rc-zip-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.2.3](https://github.com/bearcove/rc-zip/compare/rc-zip-sync-v4.2.2...rc-zip-sync-v4.2.3) - 2024-10-08

### Other

- Remove dead example
- Make jean a workspace member rather than an example

## [4.2.2](https://github.com/bearcove/rc-zip/compare/rc-zip-sync-v4.2.1...rc-zip-sync-v4.2.2) - 2024-09-17

### Other
Expand Down
2 changes: 1 addition & 1 deletion 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.2.2"
version = "4.2.3"
description = "Synchronous zip reading on top of rc-zip"
repository = "https://github.com/fasterthanlime/rc-zip"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit d6113dc

Please sign in to comment.