We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bd71c commit 8b6e8bfCopy full SHA for 8b6e8bf
CHANGES.md
@@ -1,3 +1,8 @@
1
+1.3.1 (1/3/2025)
2
+-----
3
+* find libzmq in /usr/lib and respect LD_LIBRARY_PATH
4
+* relax dependency to allow czmq-ffi-gen 1.x
5
+
6
1.2.7 (7/12/2024)
7
-----
8
* CZTop::Socket#wait_readable: honor small (< 0.5s) timeouts
lib/cztop/version.rb
@@ -2,6 +2,6 @@
module CZTop
- VERSION = '1.2.7'
+ VERSION = '1.3.1'
end
0 commit comments