Skip to content

Commit

Permalink
Bump VERSION to 1.15.4 and add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Sep 1, 2021
1 parent cd0db90 commit 7429c5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.15.4 / 2021-09-01
-------------------

Fixed:
* Fix build for uClibc. #913
* Correct module lookup when including `ffi-module` gem. #912

Changed:
* Use ruby code of the ffi gem in JRuby-9.2.20+. #915


1.15.3 / 2021-06-16
-------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/ffi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FFI
VERSION = '1.15.4.pre1'
VERSION = '1.15.4'
end

0 comments on commit 7429c5a

Please sign in to comment.