From 8f6ecb744eb473f4d2bf5ffdf74e53338986cdee Mon Sep 17 00:00:00 2001 From: Shinya Ishikawa Date: Wed, 27 Jul 2022 00:34:13 +0900 Subject: [PATCH] Release/0.8.0 (#79) * Add migration note * Version 0.8.0 --- README.md | 5 +++++ README_ja.md | 5 +++++ library.json | 2 +- library.properties | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b040bc1..b88e0e2 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,8 @@ void loop() { ### Further usage see `examples` directory. + +### Migration from 0.7.x to 0.8.x + +`M5Stack-Avatar` now depends on `M5Unified`, the integrated library for all devices of M5Stack series. +Since 0.8.0, Sketches with avatar should include `M5Unified.h` instead of `M5Stack.h` or `M5Core2.h` diff --git a/README_ja.md b/README_ja.md index eb28333..cb8c98b 100644 --- a/README_ja.md +++ b/README_ja.md @@ -118,3 +118,8 @@ void loop() { ### その他の使い方 `examples` ディレクトリを参照ください。 + +### 0.7.x から 0.8.x への移行 + +`M5Stack-Avatar` は現在、M5Stackシリーズの機能を統合したライブラリである `M5Unified` に依存しています。 +バージョン0.8.0以降では、アバターを使ったスケッチは`M5Stack.h`や`M5Core2.h`ではなく`M5Unified.h`をインクルードするようにしてください。 diff --git a/library.json b/library.json index de300b8..585b7ca 100644 --- a/library.json +++ b/library.json @@ -17,7 +17,7 @@ "license": "MIT", "dependencies": { }, - "version": "0.7.4", + "version": "0.8.0", "frameworks": "arduino", "platforms": "espressif32" } diff --git a/library.properties b/library.properties index 1a2d42c..3d753d9 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=M5Stack_Avatar -version=0.7.4 +version=0.8.0 author=Shinya Ishikawa maintainer=Shinya Ishikawa sentence=Yet another avatar module for M5Stack