You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Changelog.rst
+19-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
Change Log
2
2
=============
3
3
4
+
1.0.0
5
+
++++++
6
+
7
+
Changes
8
+
--------
9
+
10
+
* Updated embedded and manylinux libssh to ``0.10.4`` - thank you @enkore
11
+
12
+
Packaging
13
+
----------
14
+
15
+
* Upgraded wheel OpenSSL to 1.1.1q.
16
+
* Added testing for Python 3.11, removed 3.10.
17
+
* Added Windows wheel build for Python 3.11.
18
+
* Added OSX 12.0 wheels.
19
+
* Removed OSX <= 10.0 wheels.
20
+
4
21
0.10.0
5
22
++++++
6
23
@@ -99,7 +116,8 @@ Fixes
99
116
Changes
100
117
--------
101
118
102
-
* Updated error handling code to check for SSH status codes and correctly raise exceptions or return error code with no exception in non-blocking mode.
119
+
* Updated error handling code to check for SSH status codes and correctly raise exceptions or return error code with no
120
+
exception in non-blocking mode.
103
121
* Updated embedded libssh to ``0.9.4``.
104
122
* Added known host session API method implementations.
0 commit comments