From d5a9364ef548dc840cfaf1fbd0e66298f9cc98eb Mon Sep 17 00:00:00 2001 From: Nick Charlton Date: Mon, 8 May 2017 20:59:59 +0100 Subject: [PATCH] Release version 0.7.0. --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Gemfile.lock | 2 +- lib/administrate/version.rb | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c6080666..4fde8466ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Gemfile.lock b/Gemfile.lock index 929de27c07..7a67cf61d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/administrate/version.rb b/lib/administrate/version.rb index 1ff35a37bc..eff7df50b3 100644 --- a/lib/administrate/version.rb +++ b/lib/administrate/version.rb @@ -1,3 +1,3 @@ module Administrate - VERSION = "0.6.0".freeze + VERSION = "0.7.0".freeze end