Author :
Cléo Rebert
Date :
2023-09-11 10:46:57
Hash :78c41fd9 Message :Add docs and changelog
Signed-off-by: Cléo Rebert <cleo.rebert@gmail.com>
qrcodegen-image/CHANGELOG.md
# Changelog
## [1.1.0](https://github.com/constantoine/totp-rs/releases/tag/qrcodegen-image%2Fv1.1.0) (11/09/2023)
### What's new
- Added documentation for `draw_png` and `draw_base64`.
- Add changelog.
## [1.0.0](https://github.com/constantoine/totp-rs/releases/tag/qrcodegen-image%2Fv1.0.0) (10/09/2023)
### What's new
- Creation of a new `qrcodegen-image` subcrate to handle image creation, as the wrapper is actually nice and could be used in placed not related to `totp-rs`. (#61)
### Special thanks
- [@tmpfs](https://github.com/tmpfs) for their work on #60 and implementation in #61.