Skip to content

Commit

Permalink
updates and starting on release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleman committed Jan 15, 2024
1 parent ce9677c commit f1d08eb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ tracing = { version = "^0.1.34", features = ["attributes"] }
tracing-subscriber = "^0.3.11"
url = "^2.2.2"
uuid = "^1.1.2"
sspi = "0.11.0"
sspi = "^0.11.1"
19 changes: 19 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Doing a release

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

## Checks

Fix (what you can) for outdated packages:

```shell
cargo audit
```

## Release order

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

0 comments on commit f1d08eb

Please sign in to comment.