We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db20aac commit 0209946Copy full SHA for 0209946
CHANGELOG.md
@@ -6,7 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
8
## [Unreleased]
9
-[Unreleased]: https://github.com/althonos/fs.sshfs/compare/v1.0.1...HEAD
+[Unreleased]: https://github.com/althonos/fs.sshfs/compare/v1.0.2...HEAD
10
+
11
12
+## [v1.0.2] - 2023-08-17
13
14
+[v1.0.2]: https://github.com/althonos/fs.sshfs/compare/v1.0.1...v1.0.2
15
16
+### Changed
17
+- Add explicit support for Paramiko 3 ([#57](https://github.com/althonos/fs.sshfs/issues/57)).
18
19
20
21
## [v1.0.1] - 2021-12-21
fs/sshfs/_version.txt
@@ -1 +1 @@
1
-1.0.1
+1.0.2
0 commit comments