File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11name = " LibSSH"
22uuid = " 00483490-30f8-4353-8aba-35b82f51f4d0"
33authors = [" James Wrigley <james@puiterwijk.org> and contributors" ]
4- version = " 0.1 .0"
4+ version = " 0.2 .0"
55
66[deps ]
77CEnum = " fa961155-64e5-5f13-b03f-caf6b980ea82"
Original file line number Diff line number Diff line change 33This documents notable changes in LibSSH.jl. The format is based on [ Keep a
44Changelog] ( https://keepachangelog.com ) .
55
6+ ## [ v0.2.0] - 2024-02-01
7+
8+ ### Changed
9+
10+ - The [ Command execution] ( @ref ) API was completely rewritten to match Julia's
11+ API ([ #2 ] ). This is a breaking change, any code using the old ` ssh.execute() `
12+ will need to be rewritten.
13+
14+ ### Fixed
15+
16+ - A cause of segfaults was fixed by storing callbacks properly, so they don't get
17+ garbage collected accidentally ([ #2 ] ).
18+
619## [ v0.1.0] - 2024-01-29
720
821The initial release 🎉 ✨
You can’t perform that action at this time.
0 commit comments