Skip to content

Commit e655864

Browse files
committed
Bump version 1.0.2
1 parent 2341ef3 commit e655864

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.0.2 - 2020-11-27 ##################################################
4+
5+
- All musics models now work with strict types
6+
- `PhpTabs\Music\Lyric::getLyrics()` now returns a string (before an array of strings)
7+
- `PhpTabs\Music\Beat` - Fix missing import for `Exception`
8+
- `PhpTabs\Component\Serializer` Enforce implementation with abstract methods
9+
- Docs : fix some typos and missing labels
10+
311
## 1.0.1 - 2020-11-25 ##################################################
412

513
- Fix a warning when rendering an empty tabs

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "stdtabs/phptabs",
33
"type": "library",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "A PHP library for reading, writing and rendering Guitar Pro and MIDI files",
66
"keywords": ["tablature", "guitar", "tabs", "MIDI", "music"],
7-
"homepage": "https://stdtabs.github.io/",
7+
"homepage": "https://phptabs.readthedocs.io/",
88
"license": "LGPL-2.1+",
99
"require": {
1010
"php": ">=7.2",

0 commit comments

Comments
 (0)