Current section

Files

Jump to
ex_pbkdf2 CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.8.4
* Update rustler to 0.36 - [#43](https://github.com/ayrat555/ex_pbkdf2/pull/43)
## 0.8.3
* Update rustler to 0.35 - [#42](https://github.com/ayrat555/ex_pbkdf2/pull/42)
## 0.8.2
* Update rustler to 0.32 - [#41](https://github.com/ayrat555/ex_pbkdf2/pull/41)
## 0.8.1
* Update rustler to 0.29 (https://github.com/ayrat555/ex_pbkdf2/pull/30)
## 0.8.0 (2023-03-24)
* Use `rustler_precompiled` ([#27](https://github.com/ayrat555/ex_pbkdf2/pull/27))
Rust is not required anymore
## 0.7.1 (2022-12-05)
* Accept binaries along with strings ([#21](https://github.com/ayrat555/ex_pbkdf2/pull/21))
## 0.7.0
* Update ruslter to 0.26.0
## 0.6.0
* Update rustler and pbkdf2 crates
## 0.5.1
* Add cargo config - [#4](https://github.com/ayrat555/ex_pbkdf2/pull/4)
## 0.5.0
* Update rustler to 0.24.0 - [#3](https://github.com/ayrat555/ex_pbkdf2/pull/3)
## 0.4.0
* Remove `format` option - [#2](https://github.com/ayrat555/ex_pbkdf2/pull/2)
## 0.3.1
* Fix pbkdf2/2 typespec
## 0.3.0
* Use raw binary hash for verification
## 0.2.0
* Use raw binary salt for verification
## 0.1.1
* Bump rustler crate - [2cb33723](https://github.com/ayrat555/ex_pbkdf2/commit/2cb33723223822fc066da6a3ee7d136960cb6d41)
* Add module docs - [76eb2e17](https://github.com/ayrat555/ex_pbkdf2/commit/76eb2e17f4a87f43cd66f1fb494cbd117d0d3056)
## 0.1.0
* Initial release