summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2020-05-28 13:04:24 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2020-05-28 13:04:24 +0200
commit74919ef69344164bd55e2dfc7ee2a360b6c718c6 (patch)
tree2c69aa226421b118d5c6e072cd898cccac7af2d3
parent3768f1f1a81504909df7b9ee95fdd16f6610096d (diff)
downloadnet-ssh-v6.1.tar.gz
6.1 release preparev6.1.0v6.1
-rw-r--r--CHANGES.txt1
-rw-r--r--lib/net/ssh/version.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fc19d9e..f973490 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,4 @@
+=== 6.1.0
* adapt to ssh's default bahaviors when no username is provided.
When Net::SSH.start user is nil and config has no entry
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index 65c6a44..662e92e 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -56,7 +56,7 @@ module Net
# The prerelease component of this version of the Net::SSH library
# nil allowed
- PRE = "rc1"
+ PRE = nil
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)