Skip to content

Commit

Permalink
chore(release): prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
devolutionsbot authored Mar 3, 2025
1 parent 697c94e commit 947e70c
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 43 deletions.
90 changes: 48 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions picky/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [[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

### <!-- 1 -->Features

- Add HttpSignature::to_signing_string() method ([fe054c47f0](https://github.com/Devolutions/picky-rs/commit/fe054c47f04920383d93371bda948a961cbefdfd))

Equivalent to HttpSignature::to_string().

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

- Bump rstest from 0.23.0 to 0.25.0 (#356) ([5a2df5cc54](https://github.com/Devolutions/picky-rs/commit/5a2df5cc545656ddf86db59337048b99216160ac))


# Changelog

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion picky/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "picky"
version = "7.0.0-rc.13"
version = "7.0.0-rc.14"
authors = [
"Benoît CORTIER <bcortier@devolutions.net>",
"Jonathan Trepanier <jtrepanier@devolutions.net>",
Expand Down

0 comments on commit 947e70c

Please sign in to comment.