File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1- ### Unreleased
1+ ### 3.3.0
22
3+ * Move test pipelines from Travis to Github Actions.
34* ` include_field ` and ` exclude_field ` configuration options have been removed.
45 These had been marked as deprecated in version 2 and replaced by
56 ` include_association ` and ` exclude_association ` .
6- * Official support dropped for Rails 5.1 and earlier.
7- * Official support dropped for Ruby 2.4 and earlier.
7+ * Official support dropped for Rails 5.1 and earlier. Test pipelines now run
8+ for Rails 5.2 up to 7.0 as well as the current development head.
9+ * Official support dropped for Ruby 2.4 and earlier. Test pipelines now run for
10+ Ruby 2.5 up to 3.2 as well as the current development head.
811* Ambiguous 'BSD' license replaced with 'BSD 2-Claus "Simplified" License'.
12+ * Fix copy-and-paste mistake in documenation. Thanks @budu .
13+ * Use lazy load hooks to extend ActiveRecord::Base. This is to ensure
14+ compatibility with Factory Bot Rails 6.4.0. Thanks @tagliala .
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Amoeba
4- VERSION = '3.2 .0'
4+ VERSION = '3.3 .0'
55end
You can’t perform that action at this time.
0 commit comments