Skip to content

Commit bf31db8

Browse files
committed
0.3.1
1 parent b36992c commit bf31db8

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# NEWS
22

3-
## Version 0.3.0
3+
## Versoin 0.3.1 (2021-12-12)
4+
5+
### Improvements
6+
7+
* add Net::SMTP::Address.
8+
* add Net::SMTP#capable? and Net::SMTP#capabilities.
9+
* add Net::SMTP#tls_verify, Net::SMTP#tls_hostname, Net::SMTP#ssl_context_params
10+
11+
## Version 0.3.0 (2021-10-14)
412

513
### Improvements
614

lib/net/smtp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class SMTPUnsupportedCommand < ProtocolError
179179
# user: 'Your Account', secret: 'Your Password', authtype: :cram_md5)
180180
#
181181
class SMTP < Protocol
182-
VERSION = "0.3.0"
182+
VERSION = "0.3.1"
183183

184184
Revision = %q$Revision$.split[1]
185185

0 commit comments

Comments
 (0)