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 1d14464 + a3793cd commit 4f7c7d5Copy full SHA for 4f7c7d5
CHANGELOG.rdoc
@@ -1,3 +1,10 @@
1
+== 3.0.3
2
+* Use a less error-prone way of specifying gem files (#662)
3
+* Update rake requirement from >= 10.4, < 13.0 to >= 10.4, < 14.0 (#659)
4
+* Bump nokogiri from 1.6.6.2 to 1.10.4 in /spec/integration/rails_4.2.0 (#655)
5
+* Defaults annotate models to true (#671)
6
+* Bump loofah from 2.3.0 to 2.3.1 in /spec/integration/rails_4.2.0 (#681)
7
+
8
== 3.0.2
9
* Fixes `LoadError` due to gemspec not referencing `parser.rb`, issue #657 (#660)
10
* Changes `--additional_file_patterns` to use dashes `--additional-file-patterns` for consistency (#649)
lib/annotate/version.rb
@@ -1,5 +1,5 @@
module Annotate
def self.version
- '3.0.2'
+ '3.0.3'
end
0 commit comments