Skip to content

Commit de197ea

Browse files
Prepare v0.20.0 (#441)
1 parent 223c46b commit de197ea

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.rdoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
=== Net::LDAP 0.20.0
2+
* Update test.yml by @HarlemSquirrel in #433
3+
* Add `ostruct` as a dependency to the gemspec by @Ivanov-Anton in #432
4+
* Require Ruby >= 3.0 by @HarlemSquirrel in #435
5+
* Link to usage examples by @sebbASF in #428
6+
* Add controls for modify and add operations by @zeroSteiner in #426
7+
* Add support for ldapwhoami (RFC4532) (now with tests) by @zeroSteiner in #425
8+
* Update for ruby 3.4 by @HarlemSquirrel in #439
9+
* Add ruby 3.4 to CI by @hakeem0114 in #438
10+
* Add support for UTF-8 encoded passwords by @frankwalentowski in #430
11+
112
=== Net::LDAP 0.19.0
213
* Net::LDAP::DN - Retain trailing spaces in RDN values in DNs #412
314
* Add in ability for users to specify LDAP controls when conducting searches #411

lib/net/ldap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Net
22
class LDAP
3-
VERSION = "0.19.0"
3+
VERSION = "0.20.0"
44
end
55
end

0 commit comments

Comments
 (0)