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 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 ) )
Original file line number Diff line number Diff line change 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```
You can’t perform that action at this time.
0 commit comments