File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ Unreleased]
4
+
5
+ ## [ 4.0.0] - 2018-07-19
6
+ - Adde German translation | @morris-frank
7
+ - Remove support for Ruby 2.1 and Rails 4
8
+
9
+ ## [ 3.1.0] - 2018-04-10
10
+ - Lower dependency of ActiveAdmin to >= 1.0.0.pre2
11
+ - Add possibility to skip columns/values in CSV (batch_slice_columns method)
12
+
13
+ [ Unreleased ] : https://github.com/activeadmin-plugins/active_admin_import/compare/v4.0.0...HEAD
14
+ [ 4.0.0 ] : https://github.com/activeadmin-plugins/active_admin_import/compare/v3.1.0...v4.0.0
15
+ [ 3.1.0 ] : https://github.com/activeadmin-plugins/active_admin_import/compare/3.0.0...v3.1.0
Original file line number Diff line number Diff line change 6
6
7
7
8
8
group :test do
9
- default_rails_version = '4.2.8'
9
+ default_rails_version = "~> 5.1"
10
10
rails_version = ENV [ 'RAILS' ] || default_rails_version
11
11
gem 'rails' , rails_version
12
12
gem 'rspec-rails'
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module ActiveAdminImport
3
- VERSION = "3.1 .0"
3
+ VERSION = "4.0 .0"
4
4
end
You can’t perform that action at this time.
0 commit comments