Skip to content

Commit 84bea2f

Browse files
committed
Bump version to 0.2.1, update release notes
Signed-off-by: Peter Bräuer <pb866.git@gmail.com>
1 parent 0599e72 commit 84bea2f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44
The 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

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SFTP"
22
uuid = "f44f501d-421f-4286-bfa3-132bd4e9b35e"
33
authors = ["Peter Bräuer <pb866.git@gmail.com>"]
4-
version = "0.3.0-DEV"
4+
version = "0.2.1"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

docs/src/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ EditURL = "https://github.com/LIM-AeroCloud/SFTP.jl/blob/master/CHANGELOG.md"
77
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
The 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

0 commit comments

Comments
 (0)