Skip to content

Commit

Permalink
Prepare release 2.5.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
natir authored Jan 12, 2023
1 parent 80cd077 commit a29c1ef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added


### Changed


### Fixed

## [2.5.0] - 2023-01-12

### Added

- Add support of zstd in send (#59)
- Add continuous deployment workflow (#57)
- Add features to allow user to select features of backend (#54)

### Changed

- Bump MSRV to 1.57.0 (#59)
- Bump MSRV to 1.56.1 (#54)

### Fixed
Expand Down Expand Up @@ -72,7 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Clone and Copy traits to pub enums [@schmidmt](https://github.com/schmidmt).
- Clone and Copy traits to pub enums [@schmidmt](https://github.com/schmidmt).

## [2.0.0] - 2020-04-27

Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "niffler"
version = "2.4.0"
version = "2.5.0"
authors = ["Pierre Marijon <[email protected]>", "Luiz Irber <[email protected]>"]
description = "Simple and transparent support for compressed files"
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -35,6 +35,7 @@ gz_rust_backend = ["flate2/rust_backend"]
# xz feature transitivity
xz_tokio = ["xz2/tokio"]


[dependencies]
cfg-if = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit a29c1ef

Please sign in to comment.