Skip to content

Commit ec39658

Browse files
chore(release): prepare for publishing
1 parent 0c0e225 commit ec39658

File tree

10 files changed

+109
-78
lines changed

10 files changed

+109
-78
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [[0.16.1](https://github.com/Devolutions/sspi-rs/compare/sspi-v0.16.0...sspi-v0.16.1)] - 2025-08-19
10+
11+
### <!-- 1 -->Features
12+
13+
- Add method to set the channel bindings for a session (#479) ([0c0e225fe7](https://github.com/Devolutions/sspi-rs/commit/0c0e225fe7d7ddffc18ad0176deba207edaf3524))
14+
15+
Setting and sending the CBs is described in Sec. 3.1.5.2.1 of the NTLM spec, admittedly in a slightly confusing way, which may seem to suggest that the bindings are somehow part of the CHALLENGE message, but they are not: knowledge of CBs is strictly local to the client, therefore the client should send them in AUTHENTICATE.
16+
17+
### <!-- 7 -->Build
18+
19+
- Bump tokio from 1.46.1 to 1.47.0 (#473) ([83208eae19](https://github.com/Devolutions/sspi-rs/commit/83208eae19d9a3c43ad2814a6db15b203f23291f))
20+
21+
- Bump tokio from 1.47.0 to 1.47.1 in the patch group across 1 directory (#477) ([a24b7572a6](https://github.com/Devolutions/sspi-rs/commit/a24b7572a63558df1f1737b057b39e3ade9c79b4))
22+
23+
- Bump the patch group across 1 directory with 2 updates (#478) ([78345a1fd8](https://github.com/Devolutions/sspi-rs/commit/78345a1fd875eac1b128cbcca1cefce81b339b26))
24+
25+
- Bump the patch group across 1 directory with 5 updates (#480) ([a757c112f9](https://github.com/Devolutions/sspi-rs/commit/a757c112f97d2ea872c493ac537cc12e5d41e21a))
26+
27+
- Bump uuid from 1.17.0 to 1.18.0 (#481) ([b40e0497ee](https://github.com/Devolutions/sspi-rs/commit/b40e0497ee974796a20e9b2dbeae9c4f2e9801f2))
28+
29+
30+
931
## [[0.16.0](https://github.com/Devolutions/sspi-rs/compare/sspi-v0.15.14...sspi-v0.16.0)] - 2025-07-07
1032

1133
### <!-- 1 -->Features

0 commit comments

Comments
 (0)