Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Dec 20, 2023
1 parent 3766c35 commit cca7fbd
Show file tree
Hide file tree
Showing 5 changed files with 12 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.10.1 (latest)
- 0.10.2 (latest)
- 0.10.1
- 0.10.0
- 0.9.1
- 0.9.0
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

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

## v0.10.1
## v0.10.2

### Bug Fixes

- fixed bug when resize option doesn't do anything

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

### Changes

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.10.1"
version = "0.10.2"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Or add this to your `Cargo.toml`:

```toml
[dependencies]
rimage = "0.10.1"
rimage = "0.10.2"
```

## Library Usage
Expand Down

0 comments on commit cca7fbd

Please sign in to comment.