Skip to content

Commit 75b63c7

Browse files
committed
prepare release 1.0.0
1 parent 320f49d commit 75b63c7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
CHANGELOG
2+
=========
3+
4+
1.0.0
5+
-----
6+
7+
The is the first stable release using the Symfony Serializer component to
8+
provide an implementation of the API described by the `php-xapi/serializer`
9+
package.
10+
11+
Apart from dependency versions being bumped to stable versions this release
12+
provides the same features as `0.1.0`.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "0.2.x-dev"
41+
"dev-master": "1.0.x-dev"
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)