summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kanis <kanis@comcard.de>2021-06-16 12:48:17 +0200
committerLars Kanis <kanis@comcard.de>2021-06-16 12:48:57 +0200
commit931efbe3581fd6832291024cc338aaf987f1761b (patch)
tree520012f25d52f235961bef1176afee9c8d9f52cc
parent6fc849f5f4f35a20b6837ad80c412c46a51324fb (diff)
downloadffi-1.15.3.tar.gz
Bump VERSION to 1.15.3v1.15.3
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/ffi/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd788e5..3925a09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+1.15.3 / 2021-06-16
+-------------------
+
+Fixed:
+* Fix temporary packaging issue with libffi. #904
+
+
1.15.2 / 2021-06-16
-------------------
diff --git a/lib/ffi/version.rb b/lib/ffi/version.rb
index a9a629d..740b789 100644
--- a/lib/ffi/version.rb
+++ b/lib/ffi/version.rb
@@ -1,3 +1,3 @@
module FFI
- VERSION = '1.15.2'
+ VERSION = '1.15.3'
end