We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c72e4 commit 1bd2e6cCopy full SHA for 1bd2e6c
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [2.2.0] - 2026-05-06
2
+
3
+- Raise when sendmsg fails for every resolved address (#23)
4
5
## [2.1.2] - 2026-04-30
6
7
- Skip addresses that fail synchronous connect in fdpass (#20)
lib/sparoid/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Sparoid
- VERSION = "2.1.2"
+ VERSION = "2.2.0"
end
0 commit comments