Skip to content

Commit 707e31f

Browse files
committed
Merge branch 'release/v3.0.0' into develop
2 parents 7fe611f + 0ad3424 commit 707e31f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rdoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
== 3.0.0
2+
* Added `--models` CLI option fixing issue #563 (#647)
3+
* Added `--additional_file_patterns` option for additional file patterns (#633) #636) #637)
4+
* Refactored CLI parser (#646)
5+
* Fixed BigDecimal.new deprecation warning (#634)
6+
* Fixed annotations for columns with long data types (#622)
7+
* Made methods private in AnnotateRoutes (#598)
8+
9+
See https://github.com/ctran/annotate_models/releases/tag/v3.0.0
10+
111
== 2.7.5
212
See https://github.com/ctran/annotate_models/releases/tag/v2.7.5
313

lib/annotate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Annotate
22
def self.version
3-
'2.7.5'
3+
'3.0.0'
44
end
55
end

0 commit comments

Comments
 (0)