Skip to content

Prepare v0.20.0 #441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
=== Net::LDAP 0.20.0
* Update test.yml by @HarlemSquirrel in #433
* Add `ostruct` as a dependency to the gemspec by @Ivanov-Anton in #432
* Require Ruby >= 3.0 by @HarlemSquirrel in #435
* Link to usage examples by @sebbASF in #428
* Add controls for modify and add operations by @zeroSteiner in #426
* Add support for ldapwhoami (RFC4532) (now with tests) by @zeroSteiner in #425
* Update for ruby 3.4 by @HarlemSquirrel in #439
* Add ruby 3.4 to CI by @hakeem0114 in #438
* Add support for UTF-8 encoded passwords by @frankwalentowski in #430

=== Net::LDAP 0.19.0
* Net::LDAP::DN - Retain trailing spaces in RDN values in DNs #412
* Add in ability for users to specify LDAP controls when conducting searches #411
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.19.0"
VERSION = "0.20.0"
end
end