Skip to content

Commit aa0638c

Browse files
committed
release 0.13.0
1 parent 7b692fc commit aa0638c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: History.rdoc

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
=== Net::LDAP 0.13.0
2+
3+
* Set a connect_timeout for the creation of a socket {#243}[https://github.com/ruby-ldap/ruby-net-ldap/pull/243]
4+
* Update bundler before installing gems with bundler {#245}[https://github.com/ruby-ldap/ruby-net-ldap/pull/245]
5+
* Net::LDAP#encryption accepts string {#239}[https://github.com/ruby-ldap/ruby-net-ldap/pull/239]
6+
* Adds correct UTF-8 encoding to Net::BER::BerIdentifiedString {#242}[https://github.com/ruby-ldap/ruby-net-ldap/pull/242]
7+
* Remove 2.3.0-preview since ruby-head already is included {#241}[https://github.com/ruby-ldap/ruby-net-ldap/pull/241]
8+
* Drop support for ruby 1.9.3 {#240}[https://github.com/ruby-ldap/ruby-net-ldap/pull/240]
9+
* Fixed capitalization of StartTLSError {#234}[https://github.com/ruby-ldap/ruby-net-ldap/pull/234]
10+
111
=== Net::LDAP 0.12.1
212

313
* Whitespace formatting cleanup {#236}[https://github.com/ruby-ldap/ruby-net-ldap/pull/236]

Diff for: lib/net/ldap/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Net
22
class LDAP
3-
VERSION = "0.12.1"
3+
VERSION = "0.13.0"
44
end
55
end

0 commit comments

Comments
 (0)