Skip to content

Commit

Permalink
🔢(Version): bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
W-Mai committed Mar 5, 2024
1 parent 4200732 commit 66c2e55
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.1.9] - 2024-03-06
### 🔖 Version Tag
- 🚀 **New Features**: Added support for LVGL version 8 encode and decode.
- 🚀 **New Features**: Added support for image show for LVGL version 8.
- 🚀 **New Features**: Added support for more image information logging for LVGL version 8 and 9.
- 🔄 **Version Bump**: Version was bumped to 0.1.9 to reflect the updates and improvements.

## [v0.1.8] - 2024-03-04
### 🔖 Version Tag
- 🌍 **Oranda Updates**: Configurations were updated to improve the oranda module's functionality.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icu_tool"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
authors = ["Benign X", "W-Mai"]
homepage = "https://github.com/W-Mai/icu"
Expand All @@ -21,7 +21,7 @@ name = "icu"
path = "src/main.rs"

[dependencies]
icu_lib = { version = "0.1.8" }
icu_lib = { version = "0.1.9" }
clap = { version = "4.4.18", features = ["derive", "suggestions"] }
eframe = { version = "0.26.0", features = ["glow"] }
egui_plot = "0.26.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ brew install icu_tool
- **PowerShell**

```powershell
powershell -c "irm https://github.com/W-Mai/icu/releases/download/v0.1.8/icu_tool-installer.ps1 | iex"
powershell -c "irm https://github.com/W-Mai/icu/releases/download/v0.1.9/icu_tool-installer.ps1 | iex"
```

- **Shell**

```shell
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.1.8/icu_tool-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.1.9/icu_tool-installer.sh | sh
```

- **Windows MSI Installer**
Expand Down
2 changes: 1 addition & 1 deletion icu_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icu_lib"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
authors = ["Benign X", "W-Mai"]
homepage = "https://github.com/W-Mai/icu"
Expand Down

0 comments on commit 66c2e55

Please sign in to comment.