From 98df8a738faed2cbbdb25dfbbaccb9e1485174da Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Tue, 28 Feb 2023 18:25:53 -0800 Subject: [PATCH] Prepare for 3.0.1 release --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 661f03f..8b97ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 3d15d27..2ca2224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastcdc" -version = "3.0.0" +version = "3.0.1" authors = ["Nathan Fiedler "] edition = "2018" description = "FastCDC (content defined chunking) in pure Rust."