Skip to content

Commit

Permalink
Bump oma v0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed May 1, 2023
1 parent 6307688 commit 4e98d70
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,34 @@ 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.32.0 (2023-05-01)

### New Features

- <csr-id-6307688b3e1aee0bf812deecdec4ebe094da310d/> adjust terminal width < 90 progress bar style

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- Adjust terminal width < 90 progress bar style ([`6307688`](https://github.com/AOSC-Dev/aoscpt/commit/6307688b3e1aee0bf812deecdec4ebe094da310d))
</details>

## v0.31.1 (2023-05-01)

<csr-id-beed5ad4733033ea1281b6050f9b7e6818bb6a45/>

### New Features

- <csr-id-e74d9aa3a0921fcf08956d1fff745bbf8700b4d0/> check contents create time to tell user contents file may not be accurate
Expand All @@ -24,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 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

Expand All @@ -35,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Bump oma v0.31.1 ([`9a9d1e4`](https://github.com/AOSC-Dev/aoscpt/commit/9a9d1e43ad7dc9d4479c0426b3ea0df7eb48c050))
- Do not panic with display CJK message ([`dc3e49d`](https://github.com/AOSC-Dev/aoscpt/commit/dc3e49db2b5e6860d9c8a36215898507d77fbf99))
- Check contents create time to tell user contents file may not be accurate ([`e74d9aa`](https://github.com/AOSC-Dev/aoscpt/commit/e74d9aa3a0921fcf08956d1fff745bbf8700b4d0))
- Display searching contents message if match is empty ([`dc413ad`](https://github.com/AOSC-Dev/aoscpt/commit/dc413adb87c15882ceb005c1ede88ff62b73a1dd))
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
@@ -1,6 +1,6 @@
[package]
name = "oma"
version = "0.31.1"
version = "0.32.0"
edition = "2021"
description = "Omakase (oma) - Package management interface for AOSC OS"

Expand Down

0 comments on commit 4e98d70

Please sign in to comment.