Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 14, 2023
1 parent 79ac4b1 commit 9060121
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ body:
label: Library Version
description: Specify the version of the library where you encountered the issue
options:
- 0.9.0 (latest)
- 0.9.1 (latest)
- 0.9.0
- 0.8.2
- 0.8.1
- 0.8.0
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

All notable changes to the Rimage library will be documented in this file.

## **[Unreleased]** v0.9.1
## v0.9.1

### New features

- Added previously removed `--threads` option when parallel feature is enabled
- Added previously removed `--threads` option when parallel feature is enabled.

### Changes

- Temporarily removed from plans stdin input due to complexity.

## [v0.9.0](https://github.com/SalOne22/rimage/releases/tag/v0.9.0)

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
Expand Up @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
name = "rimage"
readme = "README.md"
repository = "https://github.com/SalOne22/rimage"
version = "0.9.0"
version = "0.9.1"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 9060121

Please sign in to comment.