File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
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.2.0] 2015-11-10
7+
8+ * Changed: allow multiple numerical identifiers in 'pre-release' version part.
9+ * Changed: add more 'v' prefix support.
10+
611### [ 1.1.0] 2015-11-03
712
813 * Changed: dropped redundant ` test ` namespace.
@@ -35,6 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3540 - Namespace: ` Composer\Test\Package\LinkConstraint ` -> ` Composer\Test\Semver\Constraint `
3641 * Changed: code style using php-cs-fixer.
3742
43+ [ 1.2.0 ] : https://github.com/composer/semver/compare/1.1.0...1.2.0
3844[ 1.1.0 ] : https://github.com/composer/semver/compare/1.0.0...1.1.0
3945[ 1.0.0 ] : https://github.com/composer/semver/compare/0.1.0...1.0.0
4046[ 0.1.0 ] : https://github.com/composer/semver/compare/5e0b9a4da...0.1.0
Original file line number Diff line number Diff line change 4949 },
5050 "extra" : {
5151 "branch-alias" : {
52- "dev-master" : " 1.1 -dev"
52+ "dev-master" : " 1.x -dev"
5353 }
5454 },
5555 "scripts" : {
You can’t perform that action at this time.
0 commit comments