Skip to content

Commit

Permalink
Prepare v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Jun 7, 2022
1 parent 626c312 commit 1d677e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
=== Net::LDAP 0.17.1
* Fixed shebang of bash #385
* Omit some tests for now until we update our CA cert #386
* Add Ruby 3.0 support #388
* Add TruffleRuby 21.0.0 to CI #389
* Correct a typo in an error message #391
* Enable bundler caching for travis #390
* Fix circular require while loading lib/net/ldap/entry.rb and lib/net/ldap/dataset.rb #392
* Handle nil value in GetbyteForSSLSocket::getbyte #306

=== Net::LDAP 0.17.0
* Added private recursive_delete as alternative to DELETE_TREE #268
* Test suite updates #373 #376 #377
Expand Down
2 changes: 1 addition & 1 deletion lib/net/ldap/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Net
class LDAP
VERSION = "0.17.0"
VERSION = "0.17.1"
end
end

0 comments on commit 1d677e9

Please sign in to comment.