Skip to content

Commit df127d7

Browse files
committed
Bump version
1 parent c7d6321 commit df127d7

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
## [2.13.0] - 2025-mm-dd
1+
## [2.13.0] - 2025-06-22
22
- docs: Update NoPorts naming [#115]. [@XavierChanth].
3+
- Add parameter disableHostkeyVerification [#123]. Thanks [@alexander-irion].
4+
- Add support for server initiated re-keying [#125]. Thanks [@MarBazuz].
5+
- Add support for new algorithms "mac-sha2-256-96", "hmac-sha2-512-96", "hmac-sha2-256-etm@openssh.com", "hmac-sha2-512-etm@openssh.com" [#126] [#127]. Thanks [@reinbeumer].
36

47
## [2.12.0] - 2025-02-08
58
- Fixed streams and channel not closing after receiving SSH_Message_Channel_Close [#116]. [@cbenhagen].
@@ -168,6 +171,10 @@
168171

169172
- Initial release.
170173

174+
[#127]: https://github.com/TerminalStudio/dartssh2/pull/127
175+
[#126]: https://github.com/TerminalStudio/dartssh2/pull/126
176+
[#125]: https://github.com/TerminalStudio/dartssh2/pull/125
177+
[#123]: https://github.com/TerminalStudio/dartssh2/pull/123
171178
[#101]: https://github.com/TerminalStudio/dartssh2/pull/101
172179
[#100]: https://github.com/TerminalStudio/dartssh2/issues/100
173180
[#80]: https://github.com/TerminalStudio/dartssh2/issues/80
@@ -182,4 +189,8 @@
182189

183190
[@linhanyu]: https://github.com/linhanyu
184191
[@Migarl]: https://github.com/Migarl
185-
[@PIDAMI]: https://github.com/PIDAMI
192+
[@PIDAMI]: https://github.com/PIDAMI
193+
[@XavierChanth]: https://github.com/XavierChanth
194+
[@MarBazuz]: https://github.com/MarBazuz
195+
[@reinbeumer]: https://github.com/reinbeumer
196+
[@alexander-irion]: https://github.com/alexander-irion

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartssh2
2-
version: 2.12.0
2+
version: 2.13.0
33
description: SSH and SFTP client written in pure Dart, aiming to be feature-rich as well as easy to use.
44
homepage: https://github.com/TerminalStudio/dartssh2
55

0 commit comments

Comments
 (0)