Skip to content

Commit efa056d

Browse files
committed
Release 1.1
1 parent 5109b4f commit efa056d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rdoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 1.1 / 3 Apr 2011
2+
3+
* Rescue Timeout::Error so :on_error works as expected when server is unavailable. [Joel Watson]
4+
5+
16
=== 1.0.1 / 1 Feb 2009
27

38
* Remove redundant call to block_given? in Session#group [paddor]

lib/net/ssh/multi/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ class Version < Net::SSH::Version
77
MAJOR = 1
88

99
# The minor component of the library's version
10-
MINOR = 0
10+
MINOR = 1
1111

1212
# The tiny component of the library's version
13-
TINY = 1
13+
TINY = 0
1414

1515
# The library's version as a Version instance
1616
CURRENT = new(MAJOR, MINOR, TINY)

0 commit comments

Comments
 (0)