File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 33This project uses [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
44The format of the release notes follows [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6- ## [ UNRELEASED ]
6+ ## [ v0.2.1 ] - 2025-08-23
77
88## Changed
99
1010- Documentation updates and fixes (improved installation instructions, removed all references to
11- URI type piracy)
11+ URI type piracy; [ # 24 ] )
1212
1313## [ v0.2.0] - 2025-08-22
1414
@@ -137,6 +137,7 @@ All changes for this released are documented in respect to this version.
137137[ v0.1.1 ] : https://github.com/LIM-AeroCloud/SFTP.jl/releases/tag/v0.1.1
138138[ v0.1.2 ] : https://github.com/LIM-AeroCloud/SFTP.jl/releases/tag/v0.1.2
139139[ v0.2.0 ] : https://github.com/LIM-AeroCloud/SFTP.jl/releases/tag/v0.2.0
140+ [ v0.2.1 ] : https://github.com/LIM-AeroCloud/SFTP.jl/releases/tag/v0.2.1
140141[ #8 ] : https://github.com/LIM-AeroCloud/SFTP.jl/issues/8
141142[ #9 ] : https://github.com/LIM-AeroCloud/SFTP.jl/issues/9
142143[ #10 ] : https://github.com/LIM-AeroCloud/SFTP.jl/issues/10
@@ -145,3 +146,4 @@ All changes for this released are documented in respect to this version.
145146[ #18 ] : https://github.com/LIM-AeroCloud/SFTP.jl/issues/18
146147[ #21 ] : https://github.com/LIM-AeroCloud/SFTP.jl/issues/21
147148[ #22 ] : https://github.com/LIM-AeroCloud/SFTP.jl/issues/22
149+ [ #24 ] : https://github.com/LIM-AeroCloud/SFTP.jl/issues/24
Original file line number Diff line number Diff line change 11name = " SFTP"
22uuid = " f44f501d-421f-4286-bfa3-132bd4e9b35e"
33authors = [" Peter Bräuer <pb866.git@gmail.com>" ]
4- version = " 0.3.0-DEV "
4+ version = " 0.2.1 "
55
66[deps ]
77Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ EditURL = "https://github.com/LIM-AeroCloud/SFTP.jl/blob/master/CHANGELOG.md"
77This project uses [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88The format of the release notes follows [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
99
10+ ## [ v0.2.1] ( https://github.com/LIM-AeroCloud/SFTP.jl/releases/tag/v0.2.1 ) - 2025-08-23
11+
12+ ## Changed
13+
14+ - Documentation updates and fixes (improved installation instructions, removed all references to
15+ URI type piracy; [ #24 ] ( https://github.com/LIM-AeroCloud/SFTP.jl/issues/24 ) )
16+
1017## [ v0.2.0] ( https://github.com/LIM-AeroCloud/SFTP.jl/releases/tag/v0.2.0 ) - 2025-08-22
1118
1219### Changed
You can’t perform that action at this time.
0 commit comments