From 8b9ba666d8439cbd4300cc3263388abd2fefb6a0 Mon Sep 17 00:00:00 2001 From: Omer Ben-Amram Date: Wed, 5 Jan 2022 11:30:00 +0200 Subject: [PATCH] bump --- CHANGELOG.md | 13 ++++++++++--- Cargo.toml | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd589d1..0ca1c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.6.0] - 2022-01-05 + +### Changed +- Happy new year! lots of dependencies have been updated. +- update to rust edition 2021 + ## [0.5.2] - 2020-03-10 ### Fixed @@ -56,12 +63,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.4.0] - 2019-06-04 ### Added -- `mft_dump` can now export resident streams to a directory. +- `mft_dump` can now export resident streams to a directory. ## [0.3.0] - 2019-06-02 -Fixed parsing of entries which are spread over multiple sectors. +Fixed parsing of entries which are spread over multiple sectors. ## [0.2.0] - 2019-05-23 -Initial release which I consider a usable beta. \ No newline at end of file +Initial release which I consider a usable beta. diff --git a/Cargo.toml b/Cargo.toml index a337ac6..cc4de87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ repository = "https://github.com/omerbenamram/mft" license = "MIT/Apache-2.0" readme = "README.md" -version = "0.5.3" +version = "0.6.0" authors = ["Omer Ben-Amram "] -edition = "2018" +edition = "2021" [dependencies] log = { version = "0.4", features = ["release_max_level_debug"] }