Skip to content

Commit ceead26

Browse files
committed
Prepare v0.1.0 release
1 parent bbe80d0 commit ceead26

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# CHANGELOG
1+
# Changelog
22

3-
This file is a manually maintained list of changes for each release. Feel free
4-
to add your changes here when sending pull requests. Also send corrections if
5-
you spot any mistakes.
6-
7-
## 0.1.0 (2015-xx-xx)
3+
## 0.1.0 (2015-06-07)
84

95
* First tagged release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[GraphML](http://graphml.graphdrawing.org/) is an XML-based file format for graphs
44

5-
> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
5+
> Note: This project is in early beta stage! Feel free to report any issues you encounter.
66
77
## Install
88

@@ -11,7 +11,7 @@ The recommended way to install this library is [through composer](http://getcomp
1111
```JSON
1212
{
1313
"require": {
14-
"graphp/graphml": "dev-master"
14+
"graphp/graphml": "~0.1.0"
1515
}
1616
}
1717
```

0 commit comments

Comments
 (0)