Skip to content

Commit

Permalink
chore: release v1.2.0 (#36)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `ssd-benchmark`: 1.1.10 -> 1.2.0

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [1.2.0] - 2025-01-08

[1.2.0]:
1.1.10...1.2.0

### Features

- Update the README and demo files (#39)
- Customizable block size via `--block-size` argument (#38)
- Improvements on precision and directory args (#35)

<!-- generated by git-cliff -->
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 8, 2025
1 parent 3e32b16 commit 5752eca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

## [1.2.0] - 2025-01-08
[1.2.0]: https://github.com/sassman/ssd-benchmark-rs/compare/1.1.10...1.2.0

### Features

- Update the README and demo files (#39)
- Customizable block size via `--block-size` argument (#38)
- Improvements on precision and directory args (#35)

<!-- generated by git-cliff -->
## [1.1.10] - 2024-10-31
[1.1.10]: https://github.com/sassman/ssd-benchmark-rs/compare/1.1.9...1.1.10

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.

4 changes: 2 additions & 2 deletions 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.10"
version = "1.2.0"
authors = ["Sven Kanoldt <sven@d34dl0ck.me>"]
edition = "2018"
license = "GPL-3.0-only"
Expand All @@ -26,4 +26,4 @@ package = "ssd-benchmark"
buildflags = ["--release"]

[package.metadata.rpm.targets]
ssd-benchmark = { path = "/usr/bin/ssd-benchmark" }
ssd-benchmark = { path = "/usr/bin/ssd-benchmark" }

0 comments on commit 5752eca

Please sign in to comment.