Skip to content

Commit

Permalink
Merge pull request #118 from jrmhaig/prepare_release
Browse files Browse the repository at this point in the history
Prepare version 3.3.0
  • Loading branch information
jrmhaig authored Sep 30, 2023
2 parents 8f0b3ef + 3e1abf8 commit fc48572
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
### Unreleased
### 3.3.0

* Move test pipelines from Travis to Github Actions.
* `include_field` and `exclude_field` configuration options have been removed.
These had been marked as deprecated in version 2 and replaced by
`include_association` and `exclude_association`.
* Official support dropped for Rails 5.1 and earlier.
* Official support dropped for Ruby 2.4 and earlier.
* Official support dropped for Rails 5.1 and earlier. Test pipelines now run
for Rails 5.2 up to 7.0 as well as the current development head.
* Official support dropped for Ruby 2.4 and earlier. Test pipelines now run for
Ruby 2.5 up to 3.2 as well as the current development head.
* Ambiguous 'BSD' license replaced with 'BSD 2-Claus "Simplified" License'.
* Fix copy-and-paste mistake in documenation. Thanks @budu.
* Use lazy load hooks to extend ActiveRecord::Base. This is to ensure
compatibility with Factory Bot Rails 6.4.0. Thanks @tagliala.
2 changes: 1 addition & 1 deletion lib/amoeba/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Amoeba
VERSION = '3.2.0'
VERSION = '3.3.0'
end

0 comments on commit fc48572

Please sign in to comment.