Skip to content

Commit

Permalink
Updated changelog + bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrick committed Jan 23, 2025
1 parent 98ff7da commit d1ed25c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

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

## [0.5.6] - 2025-01-23

### Fixed

- 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`.

### Changed

- Updated funding information in source files and documentation.

## [0.5.5] - 2025-01-17

### Added
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tss2-fapi-rs"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
description = "Provides a Rust interface to the TSS2.0 Feature API (FAPI)"
license = "BSD-3-Clause"
Expand Down

0 comments on commit d1ed25c

Please sign in to comment.