Skip to content

Commit 9edc356

Browse files
chore(release): prepare for publishing
1 parent c4c6280 commit 9edc356

File tree

5 files changed

+70
-46
lines changed

5 files changed

+70
-46
lines changed

Cargo.lock

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

picky-krb/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
9+
## [[0.11.1](https://github.com/Devolutions/picky-rs/compare/picky-krb-v0.11.0...picky-krb-v0.11.1)] - 2025-08-12
10+
11+
### <!-- 7 -->Build
12+
13+
- Bump uuid from 1.17.0 to 1.18.0 (#393) ([c4c6280a2c](https://github.com/Devolutions/picky-rs/commit/c4c6280a2c51bef81a509edd06a96c165345f88d))
14+
15+
116
# Changelog
217

318
All notable changes to this project will be documented in this file.

picky-krb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "picky-krb"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["Devolutions Inc."]
55
edition = "2021"
66
rust-version = "1.60"

picky/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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+
## [[7.0.0-rc.17](https://github.com/Devolutions/picky-rs/compare/picky-v7.0.0-rc.16...picky-v7.0.0-rc.17)] - 2025-08-12
10+
11+
### <!-- 7 -->Build
12+
13+
- Bump rstest from 0.25.0 to 0.26.1 (#391) ([2a169deba2](https://github.com/Devolutions/picky-rs/commit/2a169deba2ba177685d58550f4214f59f25ebec0))
14+
15+
16+
917
## [[7.0.0-rc.16](https://github.com/Devolutions/picky-rs/compare/picky-v7.0.0-rc.15...picky-v7.0.0-rc.16)] - 2025-07-15
1018

1119
### <!-- 0 -->Security

picky/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "picky"
3-
version = "7.0.0-rc.16"
3+
version = "7.0.0-rc.17"
44
authors = [
55
"Benoît CORTIER <[email protected]>",
66
"Jonathan Trepanier <[email protected]>",

0 commit comments

Comments
 (0)