Skip to content

Commit d684b6e

Browse files
committed
Bump version for release + updated changelog.
1 parent 774727a commit d684b6e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## [0.5.7] - 2025-04-22
8+
9+
### Changed
10+
11+
- Various dependencies have been updated to the latest version.
12+
- Incremented minimum supported Rust version to `1.82` in order to build with newer dependency versions.
13+
714
## [0.5.6] - 2025-01-23
815

916
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tss2-fapi-rs"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
edition = "2021"
55
rust-version = "1.82"
66
description = "Provides a Rust interface to the TSS2.0 Feature API (FAPI)"

0 commit comments

Comments
 (0)