Skip to content

Commit 0faeb6e

Browse files
committed
updating for 1.2.0 release
1 parent a3c366c commit 0faeb6e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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.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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"extra": {
5151
"branch-alias": {
52-
"dev-master": "1.1-dev"
52+
"dev-master": "1.x-dev"
5353
}
5454
},
5555
"scripts": {

0 commit comments

Comments
 (0)