We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ac0436 + 5937824 commit 26f7a7eCopy full SHA for 26f7a7e
History.rdoc
@@ -1,3 +1,8 @@
1
+=== Net::LDAP 0.12.1
2
+
3
+* Whitespace formatting cleanup {#236}[https://github.com/ruby-ldap/ruby-net-ldap/pull/236]
4
+* Set operation result if LDAP server is not accessible {#232}[https://github.com/ruby-ldap/ruby-net-ldap/pull/232]
5
6
=== Net::LDAP 0.12.0
7
8
* DRY up connection handling logic {#224}[https://github.com/ruby-ldap/ruby-net-ldap/pull/224]
lib/net/ldap/version.rb
@@ -1,5 +1,5 @@
module Net
class LDAP
- VERSION = "0.12.0"
+ VERSION = "0.12.1"
end
0 commit comments