File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
- ## 1.0.0 [ ☰] ( https://github.com/activeadmin/activeadmin/compare/v0.6.3...master ) (unreleased)
2
+ ## 1.0.0 [ ☰] ( https://github.com/activeadmin/activeadmin/compare/v0.6.3...master )
3
3
4
4
### Breaking Changes
5
5
Original file line number Diff line number Diff line change 9
9
[ ![ Inch CI ] ( http://inch-ci.org/github/activeadmin/activeadmin.svg?branch=master ) ] ( http://inch-ci.org/github/activeadmin/activeadmin )
10
10
[ ![ Gratipay Team ] ( https://img.shields.io/gratipay/team/Active-Admin.svg )] ( https://gratipay.com/Active-Admin/ )
11
11
12
- ## State of the project
13
-
14
- 1.0.0.pre5 is the last release to support Rails 3.2 and Ruby 2.0 or earlier.
15
- It is provided to help with upgrades to Rails 4 only.
16
-
17
- 1.0.0.pre5 has support for Rails 5. The following Gemfile addition may be needed:
18
-
19
- ``` ruby
20
- gem ' inherited_resources' , ' ~> 1.7'
21
- ```
22
-
23
- 1.0.0 will drop support for Rails 3.2 and Ruby 2.0 or earlier.
24
-
25
12
## Goals
26
13
27
14
1 . Enable developers to quickly create good-looking administration interfaces.
Original file line number Diff line number Diff line change 1
1
module ActiveAdmin
2
- VERSION = '1.0.0.pre5 '
2
+ VERSION = '1.0.0'
3
3
end
2D2E
You can’t perform that action at this time.
0 commit comments