We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626c312 commit 1d677e9Copy full SHA for 1d677e9
History.rdoc
@@ -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
+
11
=== Net::LDAP 0.17.0
12
* Added private recursive_delete as alternative to DELETE_TREE #268
13
* Test suite updates #373 #376 #377
lib/net/ldap/version.rb
@@ -1,5 +1,5 @@
module Net
class LDAP
- VERSION = "0.17.0"
+ VERSION = "0.17.1"
end
0 commit comments