Skip to content

Commit c4340d2

Browse files
committed
0.3.3
1 parent 8e2be09 commit c4340d2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# NEWS
22

3+
## Version 0.3.3 (2022-10-29)
4+
5+
* No timeout library required <https://github.com/ruby/net-smtp/pull/44>
6+
* Make the digest library optional <https://github.com/ruby/net-smtp/pull/45>
7+
38
## Version 0.3.2 (2022-09-28)
49

510
* Make exception API compatible with what Ruby expects <https://github.com/ruby/net-smtp/pull/42>

lib/net/smtp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class SMTPUnsupportedCommand < ProtocolError
186186
# user: 'Your Account', secret: 'Your Password', authtype: :cram_md5)
187187
#
188188
class SMTP < Protocol
189-
VERSION = "0.3.2"
189+
VERSION = "0.3.3"
190190

191191
Revision = %q$Revision$.split[1]
192192

0 commit comments

Comments
 (0)