Skip to content

Commit

Permalink
Merge 545f8c1 into 2cabc17
Browse files Browse the repository at this point in the history
  • Loading branch information
yxengine committed Mar 5, 2024
2 parents 2cabc17 + 545f8c1 commit 9ec6dcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

---

## 0.2.2

Released on 03/05/2024

- `SshOpts::method` now requires `KeyMethod` and `MethodType` to setup key method

## 0.2.1

Released on 06/07/2023
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extern crate lazy_static;
extern crate log;

mod ssh;
pub use ssh::{ParseRule as SshConfigParseRule, ScpFs, SftpFs, SshKeyStorage, SshOpts};
pub use ssh::{ParseRule as SshConfigParseRule, ScpFs, SftpFs, SshKeyStorage, SshOpts, KeyMethod, MethodType};

// -- utils
pub(crate) mod utils;
Expand Down

0 comments on commit 9ec6dcf

Please sign in to comment.