Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/flay/dev/": change = 11651]
  • Loading branch information
zenspider committed Apr 30, 2018
1 parent bb69a34 commit f1c560b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.rdoc
@@ -1,3 +1,9 @@
=== 2.12.0 / 2018-04-29

* 1 minor enhancement:

* Switched node filtering to happen before processing to avoid subtrees getting processed. Thanks to codeclimate.com for funding this effort!

=== 2.11.0 / 2018-04-05

* 2 minor enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/flay.rb
Expand Up @@ -17,7 +17,7 @@ class << self
end

class Flay
VERSION = "2.11.0" # :nodoc:
VERSION = "2.12.0" # :nodoc:

class Item < Struct.new(:structural_hash, :name, :bonus, :mass, :locations)
alias identical? bonus
Expand Down

0 comments on commit f1c560b

Please sign in to comment.