Skip to content

Commit

Permalink
Chg log (#68)
Browse files Browse the repository at this point in the history
* Updated change log, cfg
* Updated CI cfg, osx wheels script
  • Loading branch information
pkittenis authored Dec 3, 2022
1 parent a063b47 commit cac4dcc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
name: Build
- run:
command: |
set -x
ls -lhtr ssh/
pwd
ldd -r ssh/session*.so
Expand Down
20 changes: 19 additions & 1 deletion Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Change Log
=============

1.0.0
++++++

Changes
--------

* Updated embedded and manylinux libssh to ``0.10.4`` - thank you @enkore

Packaging
----------

* Upgraded wheel OpenSSL to 1.1.1q.
* Added testing for Python 3.11, removed 3.10.
* Added Windows wheel build for Python 3.11.
* Added OSX 12.0 wheels.
* Removed OSX <= 10.0 wheels.

0.10.0
++++++

Expand Down Expand Up @@ -99,7 +116,8 @@ Fixes
Changes
--------

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

Expand Down

0 comments on commit cac4dcc

Please sign in to comment.