Skip to content

Commit

Permalink
Updates the crate version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matzefriedrich committed Jul 26, 2024
1 parent 5c4685f commit 51b2652
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [0.8.1] - 2024-07-26

### Changed

- [PR #17] The crate now reflects the `zip` crate features, allowing consumers to configure the required zip features and gain fine-grained control over binary size.


## [0.8.0] - 2024-06-02

The project follows the active development of the `zip` crate and has thus been updated to work with **zip2**; this release comes with several breaking changes in the `write` module.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zip-extensions"
version = "0.8.0"
version = "0.8.1"
authors = ["Matthias Friedrich <[email protected]>"]
edition = "2021"
description = "An extension crate for zip."
Expand Down

0 comments on commit 51b2652

Please sign in to comment.