Skip to content

Commit 4f7c7d5

Browse files
committed
Merge branch 'release/3.0.3' into develop
2 parents 1d14464 + a3793cd commit 4f7c7d5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rdoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
== 3.0.2
29
* Fixes `LoadError` due to gemspec not referencing `parser.rb`, issue #657 (#660)
310
* Changes `--additional_file_patterns` to use dashes `--additional-file-patterns` for consistency (#649)

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-
'3.0.2'
3+
'3.0.3'
44
end
55
end

0 commit comments

Comments
 (0)