Skip to content

Commit c359832

Browse files
committed
The first parameter of all 'FapiCallbacks' functions have been changed from '&self' to '&mut self'.
1 parent 28ab6fd commit c359832

File tree

9 files changed

+301
-175
lines changed

9 files changed

+301
-175
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.11.0] - 2026-01-21
8+
9+
### Changed
10+
11+
- The first parameter of all `FapiCallbacks` functions have been changed from `&self` to `&mut self`.
12+
13+
### Added
14+
15+
- Added the `FapiCallbacks::downcast()` and `FapiCallbacks::downcast_mut()` functions.
16+
717
## [0.10.0] - 2026-01-21
818

919
### Added

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.10.0"
3+
version = "0.11.0"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Provides a Rust interface to the TSS2.0 Feature API (FAPI)"

0 commit comments

Comments
 (0)