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 = 13354]
  • Loading branch information
zenspider committed Apr 9, 2022
1 parent 23e5dc5 commit fd35076
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
=== 2.13.0 / 2022-04-09

* 1 minor enhancement:

* Switched from erubis to erubi for erb processing. (clive-devops)

* 1 bug fix:

* Minor cleanup and top-level error handling changes.

=== 2.12.1 / 2019-10-08

* 1 bug fix:
Expand Down
2 changes: 1 addition & 1 deletion lib/flay.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
require "zlib"

class Flay
VERSION = "2.12.1" # :nodoc:
VERSION = "2.13.0" # :nodoc:

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

0 comments on commit fd35076

Please sign in to comment.