diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a54de3..06e929c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased +## [Unreleased] + +## 0.1.0 - 2017-07-20 ### Added - Following sums with Hasher & Digest implementations: @@ -19,3 +21,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - A basic README inspired by the README of the [hashes](https://github.com/RustCrypto/hashes) project - This CHANGELOG file + +[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/0.1.0...HEAD diff --git a/Cargo.toml b/Cargo.toml index 83af75f..af4a291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Martin Larralde "] license = "MIT" description = "Checksums in pure Rust" repository = "https://github.com/althonos/pruefung" -keywords = ["checksum", "crc", "prüfung"] +keywords = ["checksum", "crc"] [lib] name = "pruefung"