Skip to content

Commit

Permalink
chore: prepare for 3.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfiedler committed Mar 30, 2023
1 parent 8116993 commit 3461c0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.3] - 2023-03-29
### Changed
- LokyinZHAO: fix: `size_hint()` returns estimated number of remaining chunks

## [3.0.2] - 2023-03-10
### Changed
- Removed unnecessary use of `Box` from `StreamCDC` in `v2016` and `v2020`.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastcdc"
version = "3.0.2"
version = "3.0.3"
authors = ["Nathan Fiedler <[email protected]>"]
edition = "2018"
description = "FastCDC (content defined chunking) in pure Rust."
Expand All @@ -16,7 +16,7 @@ exclude = [
[dev-dependencies]
aes = "0.8.2"
byteorder = "1.4.3"
clap = { version = "4.1.4", features = ["cargo"] }
clap = { version = "4.2.1", features = ["cargo"] }
ctr = "0.9.2"
md-5 = "0.10.5"
memmap2 = "0.5.8"

0 comments on commit 3461c0f

Please sign in to comment.