Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorforensicmatt <matthew.seyer@gmail.com>2020-03-11 00:46:22 +0300
committerforensicmatt <matthew.seyer@gmail.com>2020-03-11 00:46:22 +0300
commit7aaf855db0f5bfe95dc651c6f61dc5d992b4ded5 (patch)
tree8a00606047b7fcea72e2cd59afd67b468716973f
parent701969c7b886345612a6788d98ed4688bdd31d5f (diff)
Updated docs and version
-rw-r--r--CHANGELOG.md8
-rw-r--r--Cargo.toml2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 878e430..75c4f1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@ 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.5.2] - 2020-03-10
+
+### Fixed
+- Attribute list parsing
+
+### Added
+- Additional File Attribute flags
+
## [0.5.1] - 2020-02-06
### Fixed
diff --git a/Cargo.toml b/Cargo.toml
index f5dd314..5fdb27a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://github.com/omerbenamram/mft"
license = "MIT/Apache-2.0"
readme = "README.md"
-version = "0.5.2-alpha.0"
+version = "0.5.2"
authors = ["Omer Ben-Amram <omerbenamram@gmail.com>"]
edition = "2018"