Skip to content

Commit

Permalink
prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Jan 21, 2024
1 parent dd9e6e7 commit 73c1f1d
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.2 (latest)
- 0.10.3 (latest)
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.1
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.2
## v0.10.3

### Changes

- Added support for all image formats that supported by `image` crate

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

### Bug Fixes

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.2"
version = "0.10.3"
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.2"
rimage = "0.10.3"
```

## Library Usage
Expand Down

0 comments on commit 73c1f1d

Please sign in to comment.