Skip to content

Commit 3d657e3

Browse files
committed
🔢(Version): bump version to 0.1.10
1 parent bedfa8e commit 3d657e3

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v0.1.10] - 2024-03-12
4+
### 🔖 Version Tag
5+
- 🚧 **Refactoring**: Refactored code to improve maintainability and readability.
6+
- 🚧 **Refactoring**: Refactored error handling to improve user experience and reduce code complexity.
7+
- 🚀 **New Features**: The way to display the path is more reasonable.
8+
- 🚀 **New Features**: Added support for Auto-Complete feature for the command line interface. See `README.md` for more information.
9+
- 🔄 **Version Bump**: Version was bumped to 0.1.10 to reflect the updates and improvements.
10+
311
## [v0.1.9] - 2024-03-06
412
### 🔖 Version Tag
513
- 🚀 **New Features**: Added support for LVGL version 8 encode and decode.

‎Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "icu_tool"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2021"
55
authors = ["Benign X", "W-Mai"]
66
homepage = "https://github.com/W-Mai/icu"
@@ -21,7 +21,7 @@ name = "icu"
2121
path = "src/main.rs"
2222

2323
[dependencies]
24-
icu_lib = { version = "0.1.9" }
24+
icu_lib = { version = "0.1.10" }
2525
clap = { version = "4.4.18", features = ["derive", "suggestions"] }
2626
clap_complete = "4.5.1"
2727
eframe = { version = "0.26.0", features = ["glow"] }

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ brew install icu_tool
3535
- **PowerShell**
3636

3737
```powershell
38-
powershell -c "irm https://github.com/W-Mai/icu/releases/download/v0.1.9/icu_tool-installer.ps1 | iex"
38+
powershell -c "irm https://github.com/W-Mai/icu/releases/download/v0.1.10/icu_tool-installer.ps1 | iex"
3939
```
4040

4141
- **Shell**
4242

4343
```shell
44-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.1.9/icu_tool-installer.sh | sh
44+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.1.10/icu_tool-installer.sh | sh
4545
```
4646

4747
- **Windows MSI Installer**

‎icu_lib/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "icu_lib"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2021"
55
authors = ["Benign X", "W-Mai"]
66
homepage = "https://github.com/W-Mai/icu"

0 commit comments

Comments
 (0)