Skip to content

Commit

Permalink
Release version 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed May 8, 2017
1 parent 693ed58 commit d5a9364
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,31 @@

## Changes

### 0.7.0 (May 08, 2017)

* [CHANGE] [#789] Remove Bourbon.
* [CHANGE] [#789] Remove Neat.
* [UI] [#874] Clean up base form styles.
* [BUGFIX] [#872] Fix flaky failure by resetting column information.
* [BUGFIX] [#872] Properly reset routes after each test.
* [BUGFIX] [#872] Fix delayed_job failures.
* [BUGFIX] [#872] Migrate DB in CI.
* [UI] [#868] Add ARIA landmark roles.
* [UI] [#868] Use a hyphen separator in page titles.
* [UI] [#868] Add link underlines.
* [UI] [#389] Applies a margin-bottom to attribute labels.
* [UI] [#867] Refine look-and-feel.
* [DOC] [#870] Document front-end architecture.
* [DOC] [#869] Update SCSS-Lint configuration.
* [UI] [#861] Tweak primary navigation.
* [UI] [#863] Redesign focus outline styles.
* [i18n] [#570] Localise Dates.
* [UI] [#515] Wrap unsupported form field notes in proper divs.
* [DOC] [#568] Update customizing_dashboards.md.
* [UI] [#482] Wrap table cell contents instead of CSS truncation.
* [CHANGE] [#854] Remove worker from Procfile.
* [CHANGE] [#851] Remove dependency from ActionMailer.

### 0.6.0 (May 02, 2017)

* [CHANGE] [#845] Remove delayed_job_active_record dependency.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
administrate (0.6.0)
administrate (0.7.0)
actionpack (>= 4.2, < 5.1)
actionview (>= 4.2, < 5.1)
activerecord (>= 4.2, < 5.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/administrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Administrate
VERSION = "0.6.0".freeze
VERSION = "0.7.0".freeze
end

0 comments on commit d5a9364

Please sign in to comment.