Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostassoid committed Sep 23, 2019
1 parent d583029 commit 5dc6d83
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log

## [0.2.0] - 2019-09-16
## [Unreleased] - ReleaseDate

### Fixed

* Fixed verification stage on Linux.

### Changed

* Improved error messages, especially for WSL.

## [v0.2.0] - 2019-09-16

This release is mostly laying the groundwork for a more serious improvements.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In case of SSDs, however, it is practically impossible to prove the data was suc

## Features

- Supports Mac OS and Linux (Windows is planned)
- Supports Mac OS and Linux (but not WSL). Windows support is planned.
- Validates the data (reads back) to make sure all write commands were successful
- Uses fast cryptographic random generator
- Allows to override OS recommended block size for possibly faster operations
Expand Down
6 changes: 3 additions & 3 deletions release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ disable-publish = true
dev-version-ext = "dev"
pre-release-replacements = [
{file="README.md", search="v[0-9]+\\.[0-9]+\\.[0-9]+", replace="v{{version}}"},
{file="CHANGELOG.md", search="_Unreleased_", replace="{{version}}"},
{file="CHANGELOG.md", search="_ReleaseDate_", replace="{{date}}"}
]
{file="CHANGELOG.md", search="Unreleased", replace="v{{version}}"},
{file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}"}
]

0 comments on commit 5dc6d83

Please sign in to comment.