Skip to content

Commit

Permalink
Prepare v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 7, 2015
1 parent bbe80d0 commit ceead26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# CHANGELOG
# Changelog

This file is a manually maintained list of changes for each release. Feel free
to add your changes here when sending pull requests. Also send corrections if
you spot any mistakes.

## 0.1.0 (2015-xx-xx)
## 0.1.0 (2015-06-07)

* First tagged release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
> Note: This project is in early beta stage! Feel free to report any issues you encounter.
## Install

Expand All @@ -11,7 +11,7 @@ The recommended way to install this library is [through composer](http://getcomp
```JSON
{
"require": {
"graphp/graphml": "dev-master"
"graphp/graphml": "~0.1.0"
}
}
```
Expand Down

0 comments on commit ceead26

Please sign in to comment.