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 17, 2025
1 parent a2686c2 commit 2997478
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.5] - 2025-01-17

### Added

- Introduced the `locking` and `full_locking` features to make the serialization of FAPI calls optional.

## [0.5.4] - 2025-01-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/locking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mod lock_impl {
use std::sync::RwLock;

pub enum LockGuard {
None
None,
}

impl LockGuard {
Expand Down

0 comments on commit 2997478

Please sign in to comment.