Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

69 lines (39 loc) · 1.13 KB

Changelog

0.7.4

  • Update rustler_precompiled to 0.8.2 (#25)

0.7.3

  • Update rustler to 0.32 (#24)

0.7.2

  • Support freebsd target

0.7.1

  • Use a generic ENV name to force build (#20)
  • Update rustler to 0.29 (#21)

0.7.0

  • Use rust_precompiled (#17)

Rust is not required anymore

0.6

  • Update rustler to 0.26

0.5

  • Update rustler to 0.24

0.4

  • Add wrappers for more functions
  • Change some error atoms

0.3.3

  • Add wrapper for public key compression

0.3.2

  • Add wrapper for public key decompression

0.3.1

  • Add wrapper for additive tweaking of public key

0.3.0

  • Update rustler from 0.22 to 0.23
  • Update the libsecp256k1 rust library to 0.7.0

0.2.1

  • Update the libsecp256k1 rust library to 0.6.0

0.2.0

  • Update rustler to 0.22.0 for otp 24 support

0.1.2

  • Add sign_compact/2 and recover_compact/3

0.1.1

  • Fix native files

0.1.0

  • Initial release