From ceead26e92eb6acd36a6a591d6b890f8cc2b765d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Mon, 8 Jun 2015 00:43:26 +0200 Subject: [PATCH] Prepare v0.1.0 release --- CHANGELOG.md | 8 ++------ README.md | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 518b09b..e3e2a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index da1c0b5..78e22b8 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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" } } ```