Skip to content

Commit 545eadd

Browse files
authored
chore: release v0.4.31 (#48)
1 parent 3586b0f commit 545eadd

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
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.31](https://github.com/KarpelesLab/fstool/compare/v0.4.30...v0.4.31) - 2026-09-13
11+
12+
### Added
13+
14+
- *(device)* [**breaking**] allocator-free exFAT and littlefs drivers on a shared storage layer
15+
16+
### Fixed
17+
18+
- *(test)* count the leak test's allocations per thread
19+
1020
### Added
1121

1222
- *(crc)* `crc::crc32_small` / `crc32_small_append`: the same CRC-32 as

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fstool"
3-
version = "0.4.30"
3+
version = "0.4.31"
44
edition = "2024"
55
# Floor is the edition-2024 minimum (1.85) bumped to 1.88 by the
66
# `purecrypto` dependency (encrypted-DMG crypto), whose MSRV is 1.88 as of

0 commit comments

Comments
 (0)