Skip to content

Commit c6bea70

Browse files
authored
Update changelog
1 parent 48bf3c3 commit c6bea70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
### [1.5.1] 2020-01-13
7+
8+
* Fixed: Parsing of aliased version was not validating the alias to be a valid version
9+
610
### [1.5.0] 2019-03-19
711

812
* Added: some support for date versions (e.g. 201903) in `~` operator
@@ -62,6 +66,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6266
- Namespace: `Composer\Test\Package\LinkConstraint` -> `Composer\Test\Semver\Constraint`
6367
* Changed: code style using php-cs-fixer.
6468

69+
[1.5.1]: https://github.com/composer/semver/compare/1.5.0...1.5.1
70+
[1.5.0]: https://github.com/composer/semver/compare/1.4.2...1.5.0
6571
[1.4.2]: https://github.com/composer/semver/compare/1.4.1...1.4.2
6672
[1.4.1]: https://github.com/composer/semver/compare/1.4.0...1.4.1
6773
[1.4.0]: https://github.com/composer/semver/compare/1.3.0...1.4.0

0 commit comments

Comments
 (0)