We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a4e3f commit ef0ba0eCopy full SHA for ef0ba0e
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`
lib/cobhan/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cobhan
- VERSION = '0.2.1'
+ VERSION = '0.2.2'
end
0 commit comments