Skip to content

Commit

Permalink
fix: revert breaking change, prepare 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfiedler committed Jan 12, 2023
1 parent 01cc059 commit 36793fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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/).

## [1.0.8] - 2023-01-12
### Added
- revert breaking change "expose hash on chunk struct."

## [1.0.7] - 2023-01-11
### Added
- dristic: expose hash on chunk struct.
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 = "1.0.7"
version = "1.0.8"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
edition = "2018"
description = "FastCDC (content defined chunking) in pure Rust."
Expand Down

0 comments on commit 36793fe

Please sign in to comment.