Skip to content

Commit cd31584

Browse files
committed
Merge branch 'hotfix/v2.6.7' into develop
2 parents 722b3fe + c2b1e50 commit cd31584

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.rdoc

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== 2.6.7
2+
* Nothing annotated unless options[:model_dir] is specified, #234
3+
14
== 2.6.6
25
* Makes it possible to wrap annotations, #225
36
* Fix single model generation, #214

lib/annotate/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Annotate
22
def self.version
3-
'2.6.6'
3+
'2.6.7'
44
end
55
end

0 commit comments

Comments
 (0)