8000 Merge pull request #4937 from activeadmin/release/1.0.0 · parse/activeadmin@19e92ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 19e92ce

Browse files
Merge pull request activeadmin#4937 from activeadmin/release/1.0.0
Prepare to release.
2 parents ab81e13 + ed57886 commit 19e92ce

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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)
33

44
### Breaking Changes
55

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,6 @@
99
[![Inch CI ](http://inch-ci.org/github/activeadmin/activeadmin.svg?branch=master) ](http://inch-ci.org/github/activeadmin/activeadmin)
1010
[![Gratipay Team ](https://img.shields.io/gratipay/team/Active-Admin.svg)](https://gratipay.com/Active-Admin/)
1111

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-
2512
## Goals
2613

2714
1. Enable developers to quickly create good-looking administration interfaces.

lib/active_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdmin
2-
VERSION = '1.0.0.pre5'
2+
VERSION = '1.0.0'
33
end

0 commit comments

Comments
 (0)
0