Skip to content

Commit fc48572

Browse files
authored
Merge pull request #118 from jrmhaig/prepare_release
Prepare version 3.3.0
2 parents 8f0b3ef + 3e1abf8 commit fc48572

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
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.

lib/amoeba/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Amoeba
4-
VERSION = '3.2.0'
4+
VERSION = '3.3.0'
55
end

0 commit comments

Comments
 (0)