Skip to content

Commit 1d677e9

Browse files
Prepare v0.17.1
1 parent 626c312 commit 1d677e9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.rdoc

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
=== Net::LDAP 0.17.1
2+
* Fixed shebang of bash #385
3+
* Omit some tests for now until we update our CA cert #386
4+
* Add Ruby 3.0 support #388
5+
* Add TruffleRuby 21.0.0 to CI #389
6+
* Correct a typo in an error message #391
7+
* Enable bundler caching for travis #390
8+
* Fix circular require while loading lib/net/ldap/entry.rb and lib/net/ldap/dataset.rb #392
9+
* Handle nil value in GetbyteForSSLSocket::getbyte #306
10+
111
=== Net::LDAP 0.17.0
212
* Added private recursive_delete as alternative to DELETE_TREE #268
313
* Test suite updates #373 #376 #377

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.17.0"
3+
VERSION = "0.17.1"
44
end
55
end

0 commit comments

Comments
 (0)