From 3290f78d73b80e60cf18a6f5a0931fdcfe5b82d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Tue, 17 Jan 2023 01:02:05 +0100 Subject: [PATCH] Version 0.3.6 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a2b32..434e74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -0.3.6 (not released yet) +0.3.6 (2023-01-17) ------------------------ Bug fixes: * Create directory entry with `VOLUME_ID` attribute when formatting if volume label was set in `FormatVolumeOptions` diff --git a/Cargo.toml b/Cargo.toml index 362a9a1..b388308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatfs" -version = "0.3.5" +version = "0.3.6" authors = ["Rafał Harabień "] repository = "https://github.com/rafalh/rust-fatfs" readme = "README.md"