Skip to content

Commit 2ceae86

Browse files
committed
Prepare 0.3.1 release
1 parent 993fa43 commit 2ceae86

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ChangeLog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
2008-03-04 20:18 monora
2+
3+
* Rakefile (tags: REL_0_3_0): pre-tag commit
4+
15
2008-03-02 18:16 javanthropus
26

3-
* lib/rgl/rdot.rb: IDs and labels must be converted to strings
4-
before processing
7+
* lib/rgl/rdot.rb (tags: REL_0_3_0): IDs and labels must be
8+
converted to strings before processing
59

610
2008-03-02 17:45 javanthropus
711

lib/rgl/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# all graphs in the library.
66
require 'rgl/enumerable_ext'
77

8-
RGL_VERSION = "0.3.0"
8+
RGL_VERSION = "0.3.1"
99

1010
module RGL
1111
class NotDirectedError < RuntimeError; end

0 commit comments

Comments
 (0)