Skip to content

Commit eae4179

Browse files
committed
Prepare v0.1.0 release
1 parent decabaf commit eae4179

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

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

3-
## 0.1.0 (2015-xx-xx)
3+
## 0.1.0 (2015-02-24)
44

5-
* First tagged release
5+
* First tagged release, split off from [clue/graph](https://github.com/clue/graph) v0.8.0
6+
([#1](https://github.com/graphp/trivial-graph-format/issues/1))

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# graphp/trivial-graph-format [![Build Status](https://travis-ci.org/graphp/trivial-graph-format.svg?branch=master)](https://travis-ci.org/graphp/trivial-graph-format)
22

3-
[Trivial Graph Format](http://en.wikipedia.org/wiki/Trivial_Graph_Format) is a simple text-based file format for describing graphs.
3+
[Trivial Graph Format](http://en.wikipedia.org/wiki/Trivial_Graph_Format) (TGF) is a simple text-based file format for describing 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 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/trivial-graph-format": "dev-master"
14+
"graphp/trivial-graph-format": "~0.1.0"
1515
}
1616
}
1717
```

0 commit comments

Comments
 (0)