Skip to content

Commit

Permalink
changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas committed Dec 20, 2024
1 parent 4a4f702 commit 34fdea1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## [5.101.1] - 2024-12-20

### Added

- `Enhancement` For an internal request to get around a VPN DNS problem, I've enhanced the way I try to get
the local IP address for the Python machine, when using the SSH access method to connect to a remote server.
So when the local machine isn't registered in DNS, this can get the local IP to use w/out requiring setting the
`localhost` key in your configuration. `localhost` will still be used if provided.

### Changed

- `None` Nothing changed

### Fixed

- `None` Nothing fixed

### Removed

- `None` Nothing removed



## [5.101.0] - 2024-11-05

Expand Down
2 changes: 1 addition & 1 deletion saspy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '5.101.0'
__version__ = '5.101.1'

0 comments on commit 34fdea1

Please sign in to comment.