Skip to content

Commit ed9b621

Browse files
committed
Bump to 0.1.0
1 parent 54d7c8a commit ed9b621

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== 0.1.0 / 2009-09-25
2+
3+
* Prevent exception if trying to interpolate insufficient data
4+
15
== 0.0.6 / 2009-09-25
26

37
* Prevent exception if trying to interpolate insufficient data

sequel_vectorized.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spec = Gem::Specification.new do |s|
22
s.name = "sequel_vectorized"
3-
s.version = "0.0.6"
3+
s.version = "0.1.0"
44
s.platform = Gem::Platform::RUBY
55
s.has_rdoc = false
66
s.summary = ""

0 commit comments

Comments
 (0)