Skip to content

Commit

Permalink
Release/0.8.0 (#79)
Browse files Browse the repository at this point in the history
* Add migration note

* Version 0.8.0
  • Loading branch information
meganetaaan committed Jul 26, 2022
1 parent bced49a commit 8f6ecb7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
5 changes: 5 additions & 0 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`をインクルードするようにしてください。
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
},
"version": "0.7.4",
"version": "0.8.0",
"frameworks": "arduino",
"platforms": "espressif32"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=M5Stack_Avatar
version=0.7.4
version=0.8.0
author=Shinya Ishikawa
maintainer=Shinya Ishikawa<[email protected]>
sentence=Yet another avatar module for M5Stack
Expand Down

0 comments on commit 8f6ecb7

Please sign in to comment.