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:
authorOmer Ben-Amram <omerbenamram@gmail.com>2020-01-06 22:26:37 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2020-01-06 22:26:37 +0300
commit517061677ab30b2417e72c6eb988cd46dbe133b2 (patch)
tree5dbf662c2eb14aab982e9cdb14caf977976a5818
parent33fb95823d750ac8b227ac3712b0ce95fcf87b01 (diff)
changelog
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 42b4e09..1fb0869 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.5.0] - 2020-01-06
+
+### Changed
+- Bumped dependencies.
+- `mft_dump` is now an optional features so consumers of the library can enjoy faster compilation time.
+- Changed error handling to `anyhow` + `thiserror` from `snafu`.
+
## [0.4.4] - 2019-06-19
### Fixed