Skip to content

Commit

Permalink
chore(release): prepare v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Apr 30, 2021
1 parent f607dd6 commit 608a84a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## [Unreleased]
## [1.1.7] 2021-05-01
### Changed
- [Upgrade to GitHub-native Dependabot](https://github.com/sassman/ssd-benchmark-rs/pull/5)
- [chore(deps): bump fastrand from 1.4.0 to 1.4.1](https://github.com/sassman/ssd-benchmark-rs/pull/4)

## [1.1.6] 2021-01-30
### Changed
Expand All @@ -28,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.1.1] 2020-05-12
## [1.0.0] 2020-05-07

[Unreleased]: https://github.com/sassman/ssd-benchmark-rs/compare/v1.1.6...HEAD
[Unreleased]: https://github.com/sassman/ssd-benchmark-rs/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/sassman/ssd-benchmark-rs/compare/v1.1.7...v1.1.6
[1.1.6]: https://github.com/sassman/ssd-benchmark-rs/compare/v1.1.6...v1.1.5
[1.1.5]: https://github.com/sassman/ssd-benchmark-rs/compare/v1.1.5...v1.1.4
[1.1.4]: https://github.com/sassman/ssd-benchmark-rs/compare/v1.1.4...v1.1.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ssd-benchmark"
description = "Super Simple Disk Benchmark - benchmarks the writing performance of your disk."
version = "1.1.6"
version = "1.1.7"
authors = ["Sven Assmann <[email protected]>"]
edition = "2018"
license = "GPL-3.0-only"
Expand Down

0 comments on commit 608a84a

Please sign in to comment.