Skip to content

Latest commit

 

History

History
111 lines (62 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

111 lines (62 loc) · 1.45 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[1.4.1] - 2025-01-05

Changed

  • Updated dependencies.
  • Fix cargo-audit issue.
  • Refactor main.

[1.4.0] - 2023-10-03

Changed

  • Migrated to Rust Edition 2021.
  • Updated dependencies.

[1.3.0] - 2023-01-13

Changed

  • Default Django version set to 4.1.
  • Updated dependencies.

[1.2.1] - 2021-12-08

Changed

  • Fix Django version.

[1.2.0] - 2021-12-08

Added

  • Scrypt support.

[1.1.0] - 2020-06-20

Changed

  • Updated dependencies.

[1.0.1] - 2019-08-21

Changed

  • Tested in Rust 1.37.
  • Updated dependencies.

[1.0.0] - 2019-01-19

Changed

  • Tested in Rust 1.32.
  • Updated dependencies.

[0.3.3] - 2018-11-19

Changed

  • Tested in Rust 1.30.
  • Updated dependencies.

[0.3.2] - 2018-06-23

Changed

  • Tested in Rust 1.27.
  • Updated dependencies.

[0.3.1] - 2017-06-13

Changed

  • Django version.
  • Updates in Cargo.lock.

[0.3.0] - 2017-02-04

Added

  • Argon2 support.

[0.2.0] - 2016-03-30

Changed

  • Updated DjangoHashers with support to CryptPasswordHasher.

[0.1.2] - 2016-01-21

Changed

  • Version number from package.

[0.1.1] - 2016-01-21

Changed

  • Tested in Rust 1.6.
  • Updated dependencies.

[0.1.0] - 2016-01-03

Added

  • Hash verification for almost all Django hashers.
  • Generates hashes for Django 1.9.