Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Dec 19, 2023
1 parent 7083901 commit b0da163
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
11 changes: 3 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,11 @@ body:
label: Library Version
description: Specify the version of the library where you encountered the issue
options:
- 0.10.0 (latest)
- 0.10.1 (latest)
- 0.10.0
- 0.9.1
- 0.9.0
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.0
- < 0.5.1 (old)
- < 0.9.0 (old)
validations:
required: false
- type: textarea
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

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

## v0.10.0
## v0.10.1

### Changes

- Removed unused dependencies
- Updated readme and help section
- Reduced size of the binary

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

### Breaking 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.0"
version = "0.10.1"
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.0"
rimage = "0.10.1"
```

## Library Usage
Expand Down

0 comments on commit b0da163

Please sign in to comment.