Skip to content

Commit

Permalink
Bump to version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirSvrtan committed Feb 5, 2020
1 parent 1a66130 commit 3cfe5f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.8.2

- Fixes [#77](https://github.com/DamirSvrtan/fasterer/issues/77). An error occurs on the symbol to proc check when somebody invokes a method with no arguments on an array or range inside of the inspected block. Seems like a bug in the inspected code, but nevertheless it is a code path we need to support.

## 0.8.1

- Ignore lambda literals when checking symbol to proc. Thanks to [kiyot](https://github.com/kiyot) for his fix in PR [#74](https://github.com/DamirSvrtan/fasterer/pull/74).
Expand Down
2 changes: 1 addition & 1 deletion lib/fasterer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fasterer
VERSION = '0.8.1'
VERSION = '0.8.2'
end

0 comments on commit 3cfe5f9

Please sign in to comment.