-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
Valdi Changelog | ||
=============== | ||
|
||
## 0.10.0 | ||
## 0.11.0 | ||
|
||
Released: Upcoming | ||
|
||
## 0.10.0 | ||
|
||
Released: 2016-08-30 | ||
|
||
- Attention: The minimum PHP version is now 5.5 | ||
- Switched to the array shorthand | ||
- Switched the versioning to SemVer | ||
|
||
## 0.9.0 | ||
|
||
Released: 2016-07-17 | ||
|
||
First release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "0.10.x-dev" | ||
"dev-master": "0.11.x-dev" | ||
} | ||
} | ||
} |