rust-crypto-utils/CHANGELOG.md

31 lines
827 B
Markdown
Raw Normal View History

2022-06-11 19:24:28 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased]
2022-06-18 09:26:39 +00:00
## [0.2.1] - 2022-06-18
### Added
2022-06-18 09:28:34 +00:00
- [Examples](https://github.com/MedzikUser/rust-crypto-utils/tree/v0.2.1/examples)
2022-06-18 09:26:39 +00:00
### Changed
- update rust crate jsonwebtoken to 8.1.1
2022-06-11 19:24:28 +00:00
## [0.2.0] - 2022-06-11
### Added
- Json Web Token
## [0.1.0] - 2022-06-11
### Added
- Sha1, Sha256, Sha512 hasher
<!-- next-url -->
2022-06-18 09:26:39 +00:00
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/MedzikUser/imgurs/commits/v0.2.1
2022-06-11 19:24:28 +00:00
[0.2.0]: https://github.com/MedzikUser/imgurs/commits/v0.2.0
[0.1.0]: https://github.com/MedzikUser/imgurs/commits/v0.1.0