Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed May 6, 2021
1 parent dea73bc commit b5807c1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,29 @@

## Changes

### 0.16.0 (May 6, 2021)

This release incorporates a fix for breakages on Rails 6.1.3.2 and 6.0.3.7
which were released to fix some security issues.

The following templates have changed since v0.15.0:

app/views/administrate/application/_navigation.html.erb
app/views/administrate/application/index.html.erb
app/views/fields/url/_index.html.erb
app/views/fields/url/_show.html.erb

If your application overrides any of them, make sure to review your
custom templates to ensure that they remain compatible.

* [COMPAT] [#1972] Support Rails 6.1.3.2 & 6.0.3.7.
* [DOC] [#1962] Allow both /contributing and /CONTRIBUTING.md.
* [UI] [#1956] Isolate spacing properties for 'button--alt' class.
* [COMPAT] [#1961] Fix deprecation warning about i18n errors.
* [COMPAT] [#1960] Fix deprecation warning about dots in paths.
* [DOC] [#1937] Add guides for Fields::Url.
* [DOC] [#1933] Update bin/setup.

### 0.15.0 (February 26, 2021)

* [BUGFIX] [#1762] Better error message if key is not specified in ATTRIBUTE_TYPES (#1762).
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
administrate (0.15.0)
administrate (0.16.0)
actionpack (>= 5.0)
actionview (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -134,7 +134,7 @@ GEM
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
ffi (1.14.2)
ffi (1.15.0)
formulaic (0.4.1)
activesupport
capybara
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.15.0".freeze
VERSION = "0.16.0".freeze
end

0 comments on commit b5807c1

Please sign in to comment.