From 036a04e464ffb263adc5b35e075eee01ccf2eb41 Mon Sep 17 00:00:00 2001 From: eatradish Date: Mon, 1 May 2023 02:02:07 +0800 Subject: [PATCH] Bump oma v0.31.0 --- CHANGELOG.md | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 63 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa688a02..47f8c5a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,67 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.31.0 (2023-04-30) + +### Documentation + + - add some comment in download method + +### New Features + + - display resume info + - improve ui string + - do not inc global bar if file exist and running checksum + +### Refactor + + - re use validator to improve checksum + - improve download methold open file times + - use validator to verify integrity while downloading + - improve get file_size logic + +### Style + + - use cargo-clippy to lint code + - inline function in download method + +### Commit Statistics + + + + - 13 commits contributed to the release. + - 10 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Use cargo-clippy to lint code ([`3843cbd`](https://github.com/AOSC-Dev/aoscpt/commit/3843cbd58f893b84877ae34b4671e44fb8c0a1fb)) + - Revert "feat: display resume info" ([`698e983`](https://github.com/AOSC-Dev/aoscpt/commit/698e98393d154301cb66b85f0f21a9ef913fade5)) + - Display resume info ([`cffa40f`](https://github.com/AOSC-Dev/aoscpt/commit/cffa40f1a9aaf94c0353c10fd195a89ed135fc43)) + - Improve ui string ([`164a134`](https://github.com/AOSC-Dev/aoscpt/commit/164a1343c172f2461310e0d9edb5809955c0055a)) + - Inline function in download method ([`c8dbd5a`](https://github.com/AOSC-Dev/aoscpt/commit/c8dbd5a7f2302460f368dd62b65d04d5370cbe46)) + - Re use validator to improve checksum ([`234ef60`](https://github.com/AOSC-Dev/aoscpt/commit/234ef60de4c0ce7760a9cb9dd5b3cc47e2426a42)) + - Revert "feat: do not inc global bar if file exist and running checksum" ([`2b20204`](https://github.com/AOSC-Dev/aoscpt/commit/2b202043a80c6330f67b3e4878bb86df94d57924)) + - Do not inc global bar if file exist and running checksum ([`e7d6592`](https://github.com/AOSC-Dev/aoscpt/commit/e7d65922b5ea92f96a0be3b0a58e4d9defd192af)) + - Improve download methold open file times ([`aa21dda`](https://github.com/AOSC-Dev/aoscpt/commit/aa21dda2098c5e13d5d1f42427a53f50a8967332)) + - Add some comment in download method ([`a9b8e62`](https://github.com/AOSC-Dev/aoscpt/commit/a9b8e62bc8a6a6d2b0fde904af4185f0b0afc5d5)) + - Use validator to verify integrity while downloading ([`7e710d2`](https://github.com/AOSC-Dev/aoscpt/commit/7e710d224c977242dbe17185420fdb00e094d2d2)) + - Revert "refactor: improve get file_size logic" ([`568eae9`](https://github.com/AOSC-Dev/aoscpt/commit/568eae9de08906b2ab8e61a3bb21e4e1c573cfe5)) + - Improve get file_size logic ([`da89ed6`](https://github.com/AOSC-Dev/aoscpt/commit/da89ed6a92c0560ae0bce410a7a382adc90d3eef)) +
+ ## v0.30.3 (2023-04-30) + + + + + ### Chore - update all deps @@ -24,7 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 4 commits contributed to the release. + - 5 commits contributed to the release. - 4 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -35,6 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Bump oma v0.30.3 ([`4023612`](https://github.com/AOSC-Dev/aoscpt/commit/4023612dc4f471dffc0d80192e0e31edb019366f)) - Update all deps ([`ecaa4ba`](https://github.com/AOSC-Dev/aoscpt/commit/ecaa4ba7fb203e6ef62e8053aeba97183a6aa09f)) - Remove useless test ([`54ed3e3`](https://github.com/AOSC-Dev/aoscpt/commit/54ed3e3c6f90ac61e95b65bc55a13bc05a081c3a)) - Improve resume download logic ([`f243e54`](https://github.com/AOSC-Dev/aoscpt/commit/f243e54d793662af8cf1fa621f4b24365274de61)) diff --git a/Cargo.lock b/Cargo.lock index d64ae434e..dfc1c6ee4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1594,7 +1594,7 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "oma" -version = "0.30.3" +version = "0.31.0" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 24d59700a..c806f26d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oma" -version = "0.30.3" +version = "0.31.0" edition = "2021" description = "Omakase (oma) - Package management interface for AOSC OS"