Skip to content

Commit

Permalink
Prepare for 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfiedler committed Mar 1, 2023
1 parent 5e9a7c7 commit 98df8a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This file follows the convention described at
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [3.0.1] - 2023-02-28
### Added
- nagy: Support conversion to `std::io::Error` in streaming chunkers.
### Fixed
- ariel-miculas: doc: fix year in `fastcdc::v2020`

## [3.0.0] - 2023-01-26
### Changed
- **Breaking:** moved ronomon FastCDC implementation into `ronomon` 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 = "fastcdc"
version = "3.0.0"
version = "3.0.1"
authors = ["Nathan Fiedler <[email protected]>"]
edition = "2018"
description = "FastCDC (content defined chunking) in pure Rust."
Expand Down

0 comments on commit 98df8a7

Please sign in to comment.