From 91d5fff39c1eeddca15a2a11fda5a2d48444f6ef Mon Sep 17 00:00:00 2001 From: blackhedd Date: Thu, 31 Aug 2006 13:25:54 +0000 Subject: [PATCH] bumped version to 0.1.0 --- ChangeLog | 4 +++- lib/net/ldap.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a2bc592..ca9c676 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ = Net::LDAP Changelog -== Net::LDAP 0.0.5: August xx, 2006 +== Net::LDAP 0.1.0: August xx, 2006 +* Bumped version up to 0.1.0, reflecting both code and API stability. * Silenced some annoying warnings in filter.rb. Thanks to "barjunk" for pointing this out. * Added Net::LDAP::Entry#to_ldif @@ -12,6 +13,7 @@ * Added support for binary values in Net::LDAP::Entry LDIF conversions and marshalling. * Supported rootDSE searches with a new API. +* Minor bug fixes here and there == Net::LDAP 0.0.4: August 15, 2006 * Undeprecated Net::LDAP#modify. Thanks to Justin Forder for diff --git a/lib/net/ldap.rb b/lib/net/ldap.rb index 112cfed..810aef8 100644 --- a/lib/net/ldap.rb +++ b/lib/net/ldap.rb @@ -263,7 +263,7 @@ module Net class LdapError < Exception; end - VERSION = "0.0.5" + VERSION = "0.1.0" SearchScope_BaseObject = 0