We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbf7fc1 + 3c11a07 commit d560e14Copy full SHA for d560e14
Project.toml
@@ -1,7 +1,7 @@
1
name = "LibSSH"
2
uuid = "00483490-30f8-4353-8aba-35b82f51f4d0"
3
authors = ["James Wrigley <james@puiterwijk.org> and contributors"]
4
-version = "0.6.0"
+version = "0.6.1"
5
6
[deps]
7
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
codecov.yml
@@ -0,0 +1,2 @@
+ignore:
+ - "src/bindings.jl"
docs/src/changelog.md
@@ -7,7 +7,7 @@ CurrentModule = LibSSH
This documents notable changes in LibSSH.jl. The format is based on [Keep a
8
Changelog](https://keepachangelog.com).
9
10
-## Unreleased
+## [v0.6.1] - 2024-10-20
11
12
### Added
13
0 commit comments