Skip to content

Commit

Permalink
Prepare for the 1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfiedler committed Jul 23, 2020
1 parent e6510bf commit 1e804fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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/).

## [Unreleased]
## [1.0.5] - 2020-07-22
### Added
- Smoozilla: add `with_option()` constructor for streaming input data.
- Smoozilla: add `with_eof()` constructor for streaming input data.

## [1.0.4] - 2020-07-08
### Added
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.4"
version = "1.0.5"
authors = ["Nathan Fiedler <[email protected]>"]
edition = "2018"
description = "FastCDC (content defined chunking) in pure Rust."
Expand Down

0 comments on commit 1e804fe

Please sign in to comment.