From 7aaf855db0f5bfe95dc651c6f61dc5d992b4ded5 Mon Sep 17 00:00:00 2001 From: forensicmatt Date: Tue, 10 Mar 2020 15:46:22 -0600 Subject: Updated docs and version --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 "] edition = "2018" -- cgit v1.2.3