Skip to content

Commit 121794b

Browse files
committedDec 16, 2020
chore(release): v2.0.0
1 parent 2f431ed commit 121794b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed
 

‎CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
## 1.0.0 (2018-05-11)
1+
# [2.0.0](https://github.com/rubysamurai/meta-rails/compare/v1.0.0...v2.0.0) (2020-12-16)
2+
3+
- Rails versioning: drop support for rails < 6.0
4+
5+
# [1.0.0](https://github.com/rubysamurai/meta-rails/compare/v0.1.1...v1.0.0) (2018-05-11)
26

37
- New: `meta_description` helper
48
- New: `robots` helper
59
- Changed: `:page_title` renamed to `:identifer` for `title` helper
6-
- Rails versioning: support rails 5.0, 5.1, 5.2; drop support for rails 3.2, 4.0, 4.1
10+
- Rails versioning: drop support for rails < 5.0
711

8-
## 0.1.1 (2015-11-16)
12+
# [0.1.1](https://github.com/rubysamurai/meta-rails/compare/v0.1.0...v0.1.1) (2015-11-16)
913

1014
- Bug Fix: Brand display when page title is omitted
1115

12-
## 0.1.0 (2015-11-16)
16+
# 0.1.0 (2015-11-16)
1317

1418
- Initial release

‎lib/meta/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Meta
22
module Rails
3-
VERSION = '1.0.0'.freeze
3+
VERSION = '2.0.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.