Skip to content

Commit fbd3fb8

Browse files
chore(release): prepare for publishing
1 parent 302df99 commit fbd3fb8

File tree

5 files changed

+83
-63
lines changed

5 files changed

+83
-63
lines changed

Cargo.lock

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

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.14.4](https://github.com/Devolutions/picky-rs/compare/picky-asn1-x509-v0.14.3...picky-asn1-x509-v0.14.4)] - 2025-06-18
10+
11+
### <!-- 4 -->Bug Fixes
12+
13+
- Invalid parameters for ecdsa with sha512 serialization (#377) ([ee3ed749e6](https://github.com/Devolutions/picky-rs/commit/ee3ed749e6b3d37337be688f8e71e3c799102073))
14+
15+
16+
917
## [[0.14.3](https://github.com/Devolutions/picky-rs/compare/picky-asn1-x509-v0.14.2...picky-asn1-x509-v0.14.3)] - 2025-01-16
1018

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

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.14.3"
3+
version = "0.14.4"
44
authors = [
55
"Benoît CORTIER <[email protected]>",
66
"Sergey Noskov <[email protected]>",

picky/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+
## [[7.0.0-rc.15](https://github.com/Devolutions/picky-rs/compare/picky-v7.0.0-rc.14...picky-v7.0.0-rc.15)] - 2025-06-18
10+
11+
### <!-- 7 -->Build
12+
13+
- Bump MSVC to 1.85 (#379) ([302df9912d](https://github.com/Devolutions/picky-rs/commit/302df9912d6f038f21b64fc916bd82836944c382))
14+
15+
116
# Changelog
217

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

0 commit comments

Comments
 (0)