Skip to content

Commit f341f07

Browse files
committed
Updated changelog + bump version.
1 parent 59fad07 commit f341f07

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

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.12.2] - 2026-03-03
8+
9+
### Changed
10+
11+
- Docker images used for testing/building have been updated to the latest version.
12+
13+
### Fixed
14+
15+
- A bug in [libtpms](https://github.com/stefanberger/libtpms) that caused test case `test_remove_auth()` to fail has been [fixed](https://github.com/stefanberger/libtpms/pull/560) upstream.
16+
717
## [0.12.1] - 2026-02-24
818

919
### Changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
//!
8989
//! ```toml
9090
//! [dependencies]
91-
//! tss2-fapi-rs = "0.12.1"
91+
//! tss2-fapi-rs = "0.12.2"
9292
//! ```
9393
//!
9494
//! **Note:** Please also consider the [prerequisites](#prerequisites) that are required to use the `tss2-fapi-rs` library!

0 commit comments

Comments
 (0)