mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-01 10:46:41 +00:00
2.1 KiB
2.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.12.1 (2022-02-17)
Fixed
- Minimal versions build (#108)
0.12.0 (2021-12-07)
Changed
- Bump
digest
crate dependency to v0.10 and removecrypto-mac
(#97) - Use a more efficient state representation by using block-level hash API (#97)
Added
SimpleHmac
as a less constrained alternative toHmac
(#97)
0.11.0 (2021-04-29)
Changed
- Bump
crypto-mac
crate dependency to v0.11 (#73)
0.10.1 (2020-10-16)
Added
- Zulip badge (#64)
0.10.0 (2020-10-16)
Changed
- Bump
crypto-mac
dependency to v0.10 (#62)
0.9.0 (2020-08-12)
Changed
- Bump
crypto-mac
dependency to v0.9 (#57)
Added
- Implement
io::Write
(#55)
0.8.1 (2020-06-24)
Fixed
- Replace outdated
code
withinto_bytes
in documentation (#50)
0.8.0 (2020-06-09)
Changed
- Upgrade to
digest
v0.9 crate release; MSRV 1.41 (#45) - Upgrade
crypto-mac
to v0.8 (#33) - Rename
*result*
tofinalize
(#38) - Upgrade to Rust 2018 edition (#33)