We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fe611f + 0ad3424 commit 707e31fCopy full SHA for 707e31f
CHANGELOG.rdoc
@@ -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
11
== 2.7.5
12
See https://github.com/ctran/annotate_models/releases/tag/v2.7.5
13
lib/annotate/version.rb
@@ -1,5 +1,5 @@
module Annotate
def self.version
- '2.7.5'
+ '3.0.0'
end
0 commit comments