From 57385b74fce98a15b75a5472444840b804b836e3 Mon Sep 17 00:00:00 2001 From: Samuel Bhuiyan Date: Mon, 14 Sep 2026 13:02:17 +0100 Subject: [PATCH] Bump for release of v1.3.2 Releases the LDAP result coercion fix from #112 (SNR-1383), which is on master but not yet published. Consumers install dap from Rubygems, so the fix does not reach them until a release exists: a Project Sonar tcp_ldap_636 study is still aborting on a single referral-returning host out of 22,482. Gemfile.lock's PATH self-reference is bumped alongside version.rb, matching the state the tree was in at the v1.3.1 release. Verified: gem builds as dap-1.3.2, full spec suite 130 examples / 0 failures. Co-Authored-By: Claude Opus 5 (1M context) --- Gemfile.lock | 2 +- lib/dap/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 383d5bb..d27c70e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dap (1.3.1) + dap (1.3.2) bit-struct geoip-c htmlentities diff --git a/lib/dap/version.rb b/lib/dap/version.rb index 60d260c..4eef513 100644 --- a/lib/dap/version.rb +++ b/lib/dap/version.rb @@ -1,3 +1,3 @@ module Dap - VERSION = "1.3.1" + VERSION = "1.3.2" end