Skip to content

Commit

Permalink
Bump version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
landrok committed Nov 27, 2020
1 parent 2341ef3 commit e655864
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e655864

Please sign in to comment.