1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
# 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.7.1 (2022-02-17)
### Fixed
- Minimal versions build ([#108])
[#108]: https://github.com/RustCrypto/MACs/pull/108
## 0.7.0 (2022-02-10)
### Changed
- Migrate from `crypto-mac` dependency to `digest v0.10` ([#103])
- Bump `cipher` dependency to v0.4 ([#103])
[#103]: https://github.com/RustCrypto/MACs/pull/103
## 0.6.0 (2021-04-29)
### Changed
- Bump `crypto-mac` crate dependency to v0.11 ([#73])
[#73]: https://github.com/RustCrypto/MACs/pull/73
## 0.5.1 (2020-10-16)
### Added
- Zulip badge ([#64])
[#64]: https://github.com/RustCrypto/MACs/pull/64
## 0.5.0 (2020-10-16)
### Changed
- Bump `crypto-mac` dependency to v0.10 ([#62])
[#62]: https://github.com/RustCrypto/MACs/pull/62
## 0.4.0 (2020-08-12)
### Changed
- Bump `crypto-mac` dependency to v0.9, implement the `FromBlockCipher` trait ([#57])
### Added
- `io::Write` impl ([#55])
[#55]: https://github.com/RustCrypto/MACs/pull/55
[#57]: https://github.com/RustCrypto/MACs/pull/57
## 0.3.0 (2020-06-06)
### Changed
- Bump `aes` crate dependency to v0.4 ([#40])
- Bump `dbl` crate dependency to v0.3 ([#39])
- Bump `crypto-mac` dependency to v0.8; MSRV 1.41+ ([#34])
- Rename `result` methods to `finalize` ([#38])
- Upgrade to Rust 2018 edition ([#34])
[#40]: https://github.com/RustCrypto/MACs/pull/40
[#39]: https://github.com/RustCrypto/MACs/pull/39
[#38]: https://github.com/RustCrypto/MACs/pull/38
[#34]: https://github.com/RustCrypto/MACs/pull/34
## 0.2.0 (2018-10-03)
## 0.1.0 (2017-11-26)
|