Skip to content

Commit 2997478

Browse files
committed
Updated changelog + bumped version number.
1 parent a2686c2 commit 2997478

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.5] - 2025-01-17
8+
9+
### Added
10+
11+
- Introduced the `locking` and `full_locking` features to make the serialization of FAPI calls optional.
12+
713
## [0.5.4] - 2025-01-17
814

915
### Added

src/locking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mod lock_impl {
4141
use std::sync::RwLock;
4242

4343
pub enum LockGuard {
44-
None
44+
None,
4545
}
4646

4747
impl LockGuard {

0 commit comments

Comments
 (0)