Skip to content

Commit

Permalink
Release version 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed May 2, 2017
1 parent e5e9285 commit f292aff
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,39 @@

## Changes

### 0.6.0 (May 02, 2017)

* [CHANGE] [#845] Remove delayed_job_active_record dependency.
* [CHANGE] [#817] Improve performance for n+1s.
* [DOC] [#844] Remove the word "simply".
* [CHANGE] [#791] Remove unneeded Rails dependencies.
* [CHANGE] [#810] Add `sort_by` and `direction` option for HasMany field.
* [CHANGE] [#842] Add support for big decimals in formating numbers.
* [CHANGE] [#793] Update Ruby to 2.4.1 and use .ruby-version on CircleCI.
* [CHANGE] [#820] Remove markdown-rails and high_voltage.
* [CHANGE] [#824] Install the latest bundler version on CI.
* [CHANGE] [#824] Remove the web-console gem.
* [CHANGE] [#823] Do not redirect to show page when selecting text.
* [CHANGE] [#830] Add table name to search query.
* [CHANGE] [#841] When the number data is a float, default to the decimal amount.
* [CHANGE] [#698] Place Resource in the right namespace.
* [CHANGE] [#698] Change sidebar partial to work w/namespaced models.
* [BUGFIX] [#698] Fix inferred path issue w/name-spaced resources.
* [CHANGE] [#822] Upgrade webmock to make compatible with Ruby 2.4.
* [i18n] [#838] Improve translations for pl/uk.
* [DOC] [#839] Add instructions on how to add dashboards
* [DOC] [#837] Make path to documentation more noticeable
* [i18n] [#826] Fixes some broken ja translations.
* [DOC] [#821] Document how to use with Rails API.
* [CHANGE] [#818] Update administrate-field-image to 1.1.0.
* [DOC] [#815] Remove the last .keep.
* [BUGFIX] [#814] Use an array of includes instead of a regex for Sass.
* [BUGFIX] [#813] Wrap class_name arguments in strings.
* [DOC] [#812] Remove some .keeps.
* [UI] [#797] Stop using Sass glob importing.
* [Docs] [#809] Add missing `suffix` docs for number field.
* [i18n] [#803] Fix some broken zh-TW translations.

### 0.5.0 (Mar 27, 2017)

* [i18n] [#786] Backfill the missing translations (some from Google Translate).
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.5.0)
administrate (0.6.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.5.0".freeze
VERSION = "0.6.0".freeze
end

0 comments on commit f292aff

Please sign in to comment.