Skip to content

Commit 5745034

Browse files
committed
Merge branch 'release/v3.1.1' into develop
2 parents 060e7f2 + d6a055e commit 5745034

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 3.1.1
2+
Changes
3+
- Bump required ruby version to >= 2.4 [#772](https://github.com/ctran/annotate_models/pull/772)
4+
- [Revert #677] Fix column default annotations [#768](https://github.com/ctran/annotate_models/pull/768)
5+
6+
Project Improvements
7+
- Refactor by adding AnnotateRoutes::Helpers [#770](https://github.com/ctran/annotate_models/pull/770)
8+
- Bump puma from 4.3.1 to 4.3.3 in /spec/integration/rails_6.0.2.1 [#771](https://github.com/ctran/annotate_models/pull/771)
9+
- Bump puma from 3.12.2 to 4.3.3 in /spec/integration/rails_5.2.4.1 [#769](https://github.com/ctran/annotate_models/pull/769)
10+
- Bump nokogiri from 1.10.7 to 1.10.8 in /spec/integration/rails_5.2.4.1 [#766](https://github.com/ctran/annotate_models/pull/766)
11+
- Bump nokogiri from 1.10.7 to 1.10.8 in /spec/integration/rails_6.0.2.1 [#765](https://github.com/ctran/annotate_models/pull/765)
12+
- Refactor test cases of AnnotateRoutes [#760](https://github.com/ctran/annotate_models/pull/760)
13+
- Rename FactoryGirl -> FactoryBot comment [#759](https://github.com/ctran/annotate_models/pull/759)
14+
115
## 3.1.0
216
Changes
317
- Fix new lines after comments for rubocop compatibility [#757](https://github.com/ctran/annotate_models/pull/757)

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-
'3.1.0'
3+
'3.1.1'
44
end
55
end

spec/integration/rails_5.2.4.1/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
annotate (3.1.0)
4+
annotate (3.1.1)
55
activerecord (>= 3.2, < 7.0)
66
rake (>= 10.4, < 14.0)
77

spec/integration/rails_6.0.2.1/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
annotate (3.1.0)
4+
annotate (3.1.1)
55
activerecord (>= 3.2, < 7.0)
66
rake (>= 10.4, < 14.0)
77

0 commit comments

Comments
 (0)