Skip to content

Commit 13991aa

Browse files
chore(release): prepare for publishing
1 parent a6cef0f commit 13991aa

File tree

3 files changed

+43
-29
lines changed

3 files changed

+43
-29
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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.15.6](https://github.com/Devolutions/sspi-rs/compare/sspi-v0.15.5...sspi-v0.15.6)] - 2025-05-01
10+
11+
### <!-- 1 -->Features
12+
13+
- WS tunneling support (#410) ([31e6ae9f79](https://github.com/Devolutions/sspi-rs/commit/31e6ae9f7930e7c6b226f6e6a58bb655150a6186))
14+
15+
- Add web client; (#419) ([bcb476d03e](https://github.com/Devolutions/sspi-rs/commit/bcb476d03e0c4ac5dc604c5448db74ce51295751))
16+
17+
### <!-- 4 -->Bug Fixes
18+
19+
- Fix sspi test build (#422) ([74e74cfdb7](https://github.com/Devolutions/sspi-rs/commit/74e74cfdb7f6efc30d36f8b9f5dc03df983ee967))
20+
21+
22+
923
## [[0.15.5](https://github.com/Devolutions/sspi-rs/compare/sspi-v0.15.4...sspi-v0.15.5)] - 2025-04-25
1024

1125
### <!-- 1 -->Features

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sspi"
3-
version = "0.15.5"
3+
version = "0.15.6"
44
edition = "2021"
55
readme = "README.md"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)