We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c681033 + ef0ba0e commit 5c0aeeaCopy full SHA for 5c0aeea
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## [0.2.2] - 2024-05-20
4
+
5
+- Relax FFI dependency
6
7
## [0.2.1] - 2023-01-25
8
9
- Support non GNU Lib C library file names with `load_library`
cobhan.gemspec
@@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
35
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
36
spec.require_paths = ['lib']
37
38
- spec.add_dependency 'ffi', '~> 1.15.4'
+ spec.add_dependency 'ffi'
39
end
lib/cobhan/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cobhan
- VERSION = '0.2.1'
+ VERSION = '0.2.2'
0 commit comments