Skip to content

Commit 4e44707

Browse files
chore(release): prepare for publishing
1 parent 8ce838e commit 4e44707

9 files changed

Lines changed: 40 additions & 8 deletions

File tree

Cargo.lock

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

picky-asn1-der/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+
## [[0.5.6](https://github.com/Devolutions/picky-rs/compare/picky-asn1-der-v0.5.5...picky-asn1-der-v0.5.6)] - 2026-04-21
10+
11+
### <!-- 7 -->Build
12+
13+
- Upgrade RustCrypto dependencies ([#476](https://github.com/Devolutions/picky-rs/issues/476)) ([8ce838e347](https://github.com/Devolutions/picky-rs/commit/8ce838e3470ac605c912f61dc67c1c6d388b140d))
14+
15+
16+
917
## [[0.5.5](https://github.com/Devolutions/picky-rs/compare/picky-asn1-der-v0.5.4...picky-asn1-der-v0.5.5)] - 2026-02-02
1018

1119
### <!-- 7 -->Build

picky-asn1-der/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-asn1-der"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
edition = "2024"
55
rust-version = "1.85"
66
authors = [

picky-asn1-x509/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+
## [[0.15.4](https://github.com/Devolutions/picky-rs/compare/picky-asn1-x509-v0.15.3...picky-asn1-x509-v0.15.4)] - 2026-04-21
10+
11+
### <!-- 7 -->Build
12+
13+
- Upgrade RustCrypto dependencies ([#476](https://github.com/Devolutions/picky-rs/issues/476)) ([8ce838e347](https://github.com/Devolutions/picky-rs/commit/8ce838e3470ac605c912f61dc67c1c6d388b140d))
14+
15+
16+
917
## [[0.15.3](https://github.com/Devolutions/picky-rs/compare/picky-asn1-x509-v0.15.2...picky-asn1-x509-v0.15.3)] - 2026-02-02
1018

1119
### <!-- 7 -->Build

picky-asn1-x509/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-asn1-x509"
3-
version = "0.15.3"
3+
version = "0.15.4"
44
authors = [
55
"Benoît CORTIER <bcortier@devolutions.net>",
66
"Sergey Noskov <snoskov@avito.ru>",

picky-krb/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+
## [[0.12.3](https://github.com/Devolutions/picky-rs/compare/picky-krb-v0.12.2...picky-krb-v0.12.3)] - 2026-04-21
10+
11+
### <!-- 7 -->Build
12+
13+
- Upgrade RustCrypto dependencies ([#476](https://github.com/Devolutions/picky-rs/issues/476)) ([8ce838e347](https://github.com/Devolutions/picky-rs/commit/8ce838e3470ac605c912f61dc67c1c6d388b140d))
14+
15+
16+
917
## [[0.12.2](https://github.com/Devolutions/picky-rs/compare/picky-krb-v0.12.1...picky-krb-v0.12.2)] - 2026-02-27
1018

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

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.12.2"
3+
version = "0.12.3"
44
authors = ["Devolutions Inc."]
55
edition = "2024"
66
rust-version = "1.85"

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.23](https://github.com/Devolutions/picky-rs/compare/picky-v7.0.0-rc.22...picky-v7.0.0-rc.23)] - 2026-04-21
10+
11+
### <!-- 7 -->Build
12+
13+
- Upgrade RustCrypto dependencies ([#476](https://github.com/Devolutions/picky-rs/issues/476)) ([8ce838e347](https://github.com/Devolutions/picky-rs/commit/8ce838e3470ac605c912f61dc67c1c6d388b140d))
14+
15+
16+
917
## [[7.0.0-rc.22](https://github.com/Devolutions/picky-rs/compare/picky-v7.0.0-rc.21...picky-v7.0.0-rc.22)] - 2026-02-27
1018

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

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.22"
3+
version = "7.0.0-rc.23"
44
authors = [
55
"Benoît CORTIER <bcortier@devolutions.net>",
66
"Jonathan Trepanier <jtrepanier@devolutions.net>",

0 commit comments

Comments
 (0)