Skip to content

Commit 374a110

Browse files
committed
Bump version for release + updated changelog.
1 parent b828db2 commit 374a110

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.8] - 2025-04-24
8+
9+
### Changed
10+
11+
- Various dependencies have been updated to the latest version.
12+
- Implemented workaround to make the test code compile with the new version of `rand` crate.
13+
14+
### Added
15+
16+
- GitHub Actions: Run the tests also with the `nightly` toolchain.
17+
718
## [0.5.7] - 2025-04-22
819

920
### Changed

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.7"
3+
version = "0.5.8"
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)