From 05ac7d73185aa7dbd0e7ae7b8537055435b83096 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Mon, 8 Dec 2025 21:48:02 +0900 Subject: [PATCH] feat: v0.1.0 --- CHANGELOG.md | 6 ++++-- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..dcb4b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ -## 0.0.1 +## 0.1.0 -* TODO: Describe initial release. +* Initial release of platform_image_converter. +* Support Android, iOS, macOS, and Web. +* Add `convert` method for image format conversion. diff --git a/pubspec.yaml b/pubspec.yaml index 1677bf3..7f42d97 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: platform_image_converter description: "A high-performance Flutter plugin for cross-platform image format conversion using native APIs." -version: 0.0.1 +version: 0.1.0 homepage: https://github.com/koji-1009/platform_image_converter environment: