Skip to content

Commit

Permalink
Bump for 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jan 22, 2021
1 parent 0bbc365 commit 153656d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
@@ -1,17 +1,24 @@
# Changelog

2.11.0
------

* [Allow jbuilder instance to be passed to #merge!](https://github.com/rails/jbuilder/pull/485)
* [Fix for key_format! when using nested hashes](https://github.com/rails/jbuilder/pull/486)
* [Include rich_text, attachment, and attachments fields in json partial](https://github.com/rails/jbuilder/pull/459)

2.10.2
----------
------

* Update scaffold generator to use double quotes, 422 form error responds, and modern string-of-arrays syntax [DHH]

2.10.1
----------
------

* Fix keyword arguments warning on Ruby 2.7

2.10.0
----------
------

* Requires Rails 5+ and Ruby 2.2+
* Nested hashes are deep-merged
Expand Down
2 changes: 1 addition & 1 deletion jbuilder.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'jbuilder'
s.version = '2.10.2'
s.version = '2.11.0'
s.authors = 'David Heinemeier Hansson'
s.email = 'david@basecamp.com'
s.summary = 'Create JSON structures via a Builder-style DSL'
Expand Down

0 comments on commit 153656d

Please sign in to comment.