Skip to content

Commit 947e70c

Browse files
chore(release): prepare for publishing
1 parent 697c94e commit 947e70c

File tree

3 files changed

+70
-43
lines changed

3 files changed

+70
-43
lines changed

Cargo.lock

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

picky/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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.14](https://github.com/Devolutions/picky-rs/compare/picky-v7.0.0-rc.13...picky-v7.0.0-rc.14)] - 2025-03-03
10+
11+
### <!-- 1 -->Features
12+
13+
- Add HttpSignature::to_signing_string() method ([fe054c47f0](https://github.com/Devolutions/picky-rs/commit/fe054c47f04920383d93371bda948a961cbefdfd))
14+
15+
Equivalent to HttpSignature::to_string().
16+
17+
### <!-- 7 -->Build
18+
19+
- Bump rstest from 0.23.0 to 0.25.0 (#356) ([5a2df5cc54](https://github.com/Devolutions/picky-rs/commit/5a2df5cc545656ddf86db59337048b99216160ac))
20+
21+
122
# Changelog
223

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

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

0 commit comments

Comments
 (0)