Skip to content

Commit d1ed25c

Browse files
committed
Updated changelog + bumped version number.
1 parent 98ff7da commit d1ed25c

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.6] - 2025-01-23
8+
9+
### Fixed
10+
11+
- GitHub Actions: Workaround for our actions being aborted because of an outdated version of `actions/upload-artifact`. We did *not* use the "problematic" version directly, but it was used implicitely via an old version of `awalsh128/cache-apt-pkgs-action`.
12+
13+
### Changed
14+
15+
- Updated funding information in source files and documentation.
16+
717
## [0.5.5] - 2025-01-17
818

919
### Added

Cargo.lock

Lines changed: 7 additions & 7 deletions
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.5"
3+
version = "0.5.6"
44
edition = "2021"
55
description = "Provides a Rust interface to the TSS2.0 Feature API (FAPI)"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)