Skip to content

Commit

Permalink
Merge pull request #5 from Terseus/release-v2.0.0
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
Terseus authored Mar 13, 2024
2 parents 13b78bb + 8dd0995 commit 6dd35f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.0] - 2024-03-13

### Changed

- Replace the old `Md5Hasher` API methods `add_chunk` and `compute` with the more widespread `update` and `finalize`.

### Removed

- Remove simplelog dependency.
- Remove serial_test and criterion dev dependencies.

## [v1.0.0] - 2024-02-17

Expand Down
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yet-another-md5"
version = "1.0.0"
version = "2.0.0"
edition = "2021"
license = "MIT"
description = "A library to compute md5 hashes from Read objects"
Expand All @@ -20,8 +20,6 @@ thiserror = "1.0.50"

[dev-dependencies]
rstest = "0.12.0"
serial_test = "0.6.0"
criterion = "0.3"
tempfile = "3.8.1"
env_logger = "0.11.3"
ctor = "0.2.7"

0 comments on commit 6dd35f1

Please sign in to comment.