diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e943d..5e28c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.2 - 2020-11-27 ################################################## + +- All musics models now work with strict types +- `PhpTabs\Music\Lyric::getLyrics()` now returns a string (before an array of strings) +- `PhpTabs\Music\Beat` - Fix missing import for `Exception` +- `PhpTabs\Component\Serializer` Enforce implementation with abstract methods +- Docs : fix some typos and missing labels + ## 1.0.1 - 2020-11-25 ################################################## - Fix a warning when rendering an empty tabs diff --git a/composer.json b/composer.json index 70fe9bd..df82551 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "stdtabs/phptabs", "type": "library", - "version": "1.0.1", + "version": "1.0.2", "description": "A PHP library for reading, writing and rendering Guitar Pro and MIDI files", "keywords": ["tablature", "guitar", "tabs", "MIDI", "music"], - "homepage": "https://stdtabs.github.io/", + "homepage": "https://phptabs.readthedocs.io/", "license": "LGPL-2.1+", "require": { "php": ">=7.2",