Skip to content

Commit 99eeaec

Browse files
chore(release): prepare for publishing (#439)
1 parent 68d02e4 commit 99eeaec

File tree

3 files changed

+55
-56
lines changed

3 files changed

+55
-56
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.7](https://github.com/Devolutions/sspi-rs/compare/sspi-v0.15.6...sspi-v0.15.7)] - 2025-05-29
10+
11+
### <!-- 4 -->Bug Fixes
12+
13+
- Do not log at info-level return values (#438) ([68d02e410d](https://github.com/Devolutions/sspi-rs/commit/68d02e410dadf0278ed2a109117c71c43920ea4f))
14+
915
## [[0.15.6](https://github.com/Devolutions/sspi-rs/compare/sspi-v0.15.5...sspi-v0.15.6)] - 2025-05-27
1016

1117
### <!-- 4 -->Bug Fixes

Cargo.lock

Lines changed: 48 additions & 55 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.6"
3+
version = "0.15.7"
44
edition = "2021"
55
readme = "README.md"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)