Skip to content

Commit cac4dcc

Browse files
authored
Chg log (#68)
* Updated change log, cfg * Updated CI cfg, osx wheels script
1 parent a063b47 commit cac4dcc

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
name: Build
4444
- run:
4545
command: |
46+
set -x
4647
ls -lhtr ssh/
4748
pwd
4849
ldd -r ssh/session*.so

Changelog.rst

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Change Log
22
=============
33

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+
421
0.10.0
522
++++++
623

@@ -99,7 +116,8 @@ Fixes
99116
Changes
100117
--------
101118

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.
103121
* Updated embedded libssh to ``0.9.4``.
104122
* Added known host session API method implementations.
105123

0 commit comments

Comments
 (0)