Skip to content

Commit

Permalink
Merge pull request RustCrypto#167 from RustCrypto/changelogs
Browse files Browse the repository at this point in the history
Add CHANGELOG.md templates
  • Loading branch information
tarcieri committed Jun 4, 2020
2 parents 2b87aba + 4f05218 commit 7f2b98d
Show file tree
Hide file tree
Showing 8 changed files with 165 additions and 4 deletions.
14 changes: 14 additions & 0 deletions aead/CHANGELOG.md
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.0 (2019-11-17)

## 0.1.2 (2019-11-17) [YANKED]

## 0.1.1 (2019-08-30)

## 0.1.0 (2019-08-29)
33 changes: 33 additions & 0 deletions block-cipher/CHANGELOG.md
@@ -0,0 +1,33 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.6.2 (2018-11-14)

## 0.6.1 (2018-10-04)

## 0.6.0 (2018-10-02)

## 0.5.3 (2018-07-27)

## 0.5.2 (2018-06-21)

## 0.5.1 (2018-06-20)

## 0.5.0 (2017-11-26)

## 0.4.2 (2017-09-05)

## 0.4.1 (2017-09-05)

## 0.4.0 (2017-09-05)

## 0.3.0 (2016-12-24)

## 0.2.0 (2016-12-16)

## 0.1.0 (2016-12-16)

25 changes: 22 additions & 3 deletions crypto-mac/CHANGELOG.md
@@ -1,9 +1,28 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- `subtle` is updated from `v1` to `v2`.
## 0.7.0 (2018-10-01)

## 0.6.2 (2018-06-21)

## 0.6.1 (2018-06-20)

## 0.6.0 (2017-11-26)

## 0.5.2 (2017-11-20)

## 0.5.1 (2017-11-15)

## 0.5.0 (2017-11-14)

## 0.4.0 (2017-06-12)

## 0.3.0 (2017-05-14)

## 0.2.0 (2017-05-14)

## 0.1.0 (2016-10-14)
48 changes: 48 additions & 0 deletions digest/CHANGELOG.md
@@ -0,0 +1,48 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.8.1 (2019-06-30)

## 0.8.0 (2018-10-01)

## 0.7.6 (2018-09-21)

## 0.7.5 (2018-07-13)

## 0.7.4 (2018-06-21)

## 0.7.3 (2018-06-20)

## 0.7.2 (2017-11-17)

## 0.7.1 (2017-11-15)

## 0.7.0 (2017-11-14)

## 0.6.2 (2017-07-24)

## 0.6.1 (2017-06-18)

## 0.6.0 (2017-06-12)

## 0.5.2 (2017-05-02)

## 0.5.1 (2017-05-02)

## 0.5.0 (2017-04-06)

## 0.4.0 (2016-12-24)

## 0.3.1 (2016-12-16)

## 0.3.0 (2016-11-17)

## 0.2.1 (2016-10-14)

## 0.2.0 (2016-10-14)

## 0.1.0 (2016-10-06)
18 changes: 18 additions & 0 deletions signature/CHANGELOG.md
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.1 (2020-04-19)

- Update `signature_derive` to v1.0.0-pre.2

## 1.0.0 (2020-04-18)

## 0.3.0 (2019-10-10)

## 0.2.0 (2019-06-07)

## 0.1.0 (2019-05-25)
22 changes: 22 additions & 0 deletions stream-cipher/CHANGELOG.md
@@ -0,0 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.3.2 (2019-08-18)

## 0.3.1 (2019-08-17)

## 0.3.0 (2018-11-01)

## 0.2.2 (2018-10-16)

## 0.2.1 (2018-10-04)

## 0.2.0 (2018-10-03)

## 0.1.1 (2018-08-08)

## 0.1.0 (2018-07-27)
7 changes: 6 additions & 1 deletion universal-hash/CHANGELOG.md
@@ -1,15 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.3.0 (2019-10-03)
- Rename `OutputSize` -> `BlockSize` ([#57])

[#57]: https://github.com/RustCrypto/traits/pull/57

## 0.2.0 (2019-08-31)
### Changed
- Split KeySize/OutputSize ([#55])

[#55]: https://github.com/RustCrypto/traits/pull/55

## 0.1.0 (2019-08-30)

- Initial release
2 changes: 2 additions & 0 deletions universal-hash/src/lib.rs
@@ -1,5 +1,7 @@
//! Traits for [Universal Hash Functions].
//!
//! # About universal hashes
//!
//! Universal hash functions provide a "universal family" of possible
//! hash functions where a given member of a family is selected by a key.
//!
Expand Down

0 comments on commit 7f2b98d

Please sign in to comment.