Skip to content

Commit

Permalink
Prep for version 3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Josep M. Blanquer <blanquer@gmail.com>
  • Loading branch information
blanquer committed Aug 19, 2016
1 parent 76934e9 commit bf7873b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## next

## 3.3

* Include Attributor::Dumpable in Blueprint, so it renders (semi) correctly if
rendered with just `true` specified for fields.
* Fix bug rendering subobjects with nil values (manifested when `include_nil: true` there’s an explicit subsection of fields)
Expand Down
2 changes: 1 addition & 1 deletion lib/praxis-blueprints/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Praxis
BLUEPRINTS_VERSION = '3.2'
BLUEPRINTS_VERSION = '3.3'
end

0 comments on commit bf7873b

Please sign in to comment.