File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ### [ 1.6.0] 2020-09-08
7+
8+ * Added: support for constraints like ` ^2.x-dev ` and ` ~2.x-dev ` , not very useful but seen in the wild and failed to validate with 1.5.2
9+ * Fixed: invalid aliases will no longer throw, unless explicitly validated by Composer in the root package
10+
611### [ 1.5.2] 2020-09-08
712
813 * Fixed: handling of some invalid -dev versions which were seen as valid
@@ -71,6 +76,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7176 - Namespace: ` Composer\Test\Package\LinkConstraint ` -> ` Composer\Test\Semver\Constraint `
7277 * Changed: code style using php-cs-fixer.
7378
79+ [ 1.6.0 ] : https://github.com/composer/semver/compare/1.5.2...1.6.0
7480[ 1.5.2 ] : https://github.com/composer/semver/compare/1.5.1...1.5.2
7581[ 1.5.1 ] : https://github.com/composer/semver/compare/1.5.0...1.5.1
7682[ 1.5.0 ] : https://github.com/composer/semver/compare/1.4.2...1.5.0
You can’t perform that action at this time.
0 commit comments