Skip to content

Commit 26f7a7e

Browse files
committed
Merge pull request #237 from ruby-ldap/release-0.12.1
Release 0.12.1
2 parents 8ac0436 + 5937824 commit 26f7a7e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.rdoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
=== Net::LDAP 0.12.0
27

38
* DRY up connection handling logic {#224}[https://github.com/ruby-ldap/ruby-net-ldap/pull/224]

lib/net/ldap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Net
22
class LDAP
3-
VERSION = "0.12.0"
3+
VERSION = "0.12.1"
44
end
55
end

0 commit comments

Comments
 (0)