Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 285 Bytes

RELEASE_NOTES.md

File metadata and controls

19 lines (13 loc) · 285 Bytes

Doing a release

Make sure you've done all the tests and clippying and things.

Checks

Fix (what you can) for outdated packages:

cargo audit

Release order

cargo publish -p "ldap3_proto"
cargo publish -p "ldap3_client"
cargo publish -p "ldap3_cli"