Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Larralde committed Jul 20, 2017
1 parent 5b2d87b commit 198135f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Martin Larralde <martin.larralde@ens-cachan.fr>"]
license = "MIT"
description = "Checksums in pure Rust"
repository = "https://github.com/althonos/pruefung"
keywords = ["checksum", "crc", "prüfung"]
keywords = ["checksum", "crc"]

[lib]
name = "pruefung"
Expand Down

0 comments on commit 198135f

Please sign in to comment.