From b0da1633f810083bb4ed13c62778957a8f0122e2 Mon Sep 17 00:00:00 2001 From: Vladyslav Vladinov <111443297+SalOne22@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:59:23 +0100 Subject: [PATCH] Prepared for release --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++-------- CHANGELOG.md | 10 +++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 76f96846..fb601f25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 91eda6c2..28dd9873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 16c03307..4d3d0c1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "rimage" -version = "0.10.0" +version = "0.10.1" dependencies = [ "clap", "glob", diff --git a/Cargo.toml b/Cargo.toml index bb8909f1..4a6b3f5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]] diff --git a/README.md b/README.md index c3cb8101..14e5f95f 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Or add this to your `Cargo.toml`: ```toml [dependencies] -rimage = "0.10.0" +rimage = "0.10.1" ``` ## Library Usage