Skip to content

Commit 66c2e55

Browse files
committed
🔢(Version): bump version to 0.1.9
1 parent 4200732 commit 66c2e55

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## [v0.1.9] - 2024-03-06
4+
### 🔖 Version Tag
5+
- 🚀 **New Features**: Added support for LVGL version 8 encode and decode.
6+
- 🚀 **New Features**: Added support for image show for LVGL version 8.
7+
- 🚀 **New Features**: Added support for more image information logging for LVGL version 8 and 9.
8+
- 🔄 **Version Bump**: Version was bumped to 0.1.9 to reflect the updates and improvements.
9+
310
## [v0.1.8] - 2024-03-04
411
### 🔖 Version Tag
512
- 🌍 **Oranda Updates**: Configurations were updated to improve the oranda module's functionality.

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.8"
3+
version = "0.1.9"
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.8" }
24+
icu_lib = { version = "0.1.9" }
2525
clap = { version = "4.4.18", features = ["derive", "suggestions"] }
2626
eframe = { version = "0.26.0", features = ["glow"] }
2727
egui_plot = "0.26.0"

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.8/icu_tool-installer.ps1 | iex"
38+
powershell -c "irm https://github.com/W-Mai/icu/releases/download/v0.1.9/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.8/icu_tool-installer.sh | sh
44+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.1.9/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.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["Benign X", "W-Mai"]
66
homepage = "https://github.com/W-Mai/icu"

0 commit comments

Comments
 (0)