File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.1.0 (2015-xx-xx )
3
+ ## 0.1.0 (2015-02-24 )
4
4
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 ) )
Original file line number Diff line number Diff line change 1
1
# 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 )
2
2
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.
4
4
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.
6
6
7
7
## Install
8
8
@@ -11,7 +11,7 @@ The recommended way to install this library is [through composer](http://getcomp
11
11
``` JSON
12
12
{
13
13
"require" : {
14
- "graphp/trivial-graph-format" : " dev-master "
14
+ "graphp/trivial-graph-format" : " ~0.1.0 "
15
15
}
16
16
}
17
17
```
You can’t perform that action at this time.
0 commit comments