Skip to content

Commit

Permalink
[TASK] Prepare the 4.0.0 release (#98)
Browse files Browse the repository at this point in the history
Also split up the changelog between the 3.0.0 and 4.0.0 changes (which
accidentally got lumped together).
  • Loading branch information
oliverklee authored and lwe committed Sep 25, 2019
1 parent 23b8d27 commit 0460881
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
37 changes: 23 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,33 @@ Read more at [Keep a CHANGELOG](https://keepachangelog.com/en/0.3.0/)
about why a change log is important.


## 3.0.0 [unreleased]
## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## 4.0.0

### Added
- Add support for Rails 6.0
([#94](https://github.com/lwe/page_title_helper/pull/94))
- Officially support Rails 5.2
([#87](https://github.com/lwe/page_title_helper/pull/87))

### Removed
- Drop support for Ruby < 2.4
([#93](https://github.com/lwe/page_title_helper/pull/93))

## 3.0.0

### Added
- Add Ruby 2.4.0 to the build matrix
([#68](https://github.com/lwe/page_title_helper/pull/68))
- Add a CHANGELOG.md
Expand All @@ -31,7 +51,6 @@ about why a change log is important.
- Use Appraisal for building with different Rails versions
([#19](https://github.com/lwe/page_title_helper/pull/19))


### Changed
- Replaced Appraisals with specific Gemfiles
([#41](https://github.com/lwe/page_title_helper/pull/41))
Expand All @@ -42,19 +61,12 @@ about why a change log is important.
- Raise RVM and Gem minimum versions
([#3](https://github.com/lwe/page_title_helper/pull/3))


### Deprecated


### Removed
- Drop support for Ruby < 2.4
([#93](https://github.com/lwe/page_title_helper/pull/93))
- Drop support for Rails 3.2 and 4.0
([#39](https://github.com/lwe/page_title_helper/pull/39))
- Drop support for Ruby 1.9.x
([#24](https://github.com/lwe/page_title_helper/pull/24))


### Fixed
- Fix @_page_title uninitialized warning
([#62](https://github.com/lwe/page_title_helper/pull/62))
Expand All @@ -74,6 +86,3 @@ about why a change log is important.
([#10](https://github.com/lwe/page_title_helper/pull/10))
- Remove Gemfile.lock
([#1](https://github.com/lwe/page_title_helper/pull/1))


### Security
2 changes: 1 addition & 1 deletion lib/page_title_helper/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PageTitleHelper
VERSION = '3.0.0'
VERSION = '4.0.0'
end

0 comments on commit 0460881

Please sign in to comment.