diff --git a/Project.toml b/Project.toml index 7172c15..b90da93 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LibSSH" uuid = "00483490-30f8-4353-8aba-35b82f51f4d0" authors = ["James Wrigley and contributors"] -version = "0.7.0" +version = "0.8.0" [deps] CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 5b11cbe..201f37c 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,10 +7,12 @@ CurrentModule = LibSSH This documents notable changes in LibSSH.jl. The format is based on [Keep a Changelog](https://keepachangelog.com). -## Unreleased +## [v0.8.0] - 2024-12-06 ### Added - Implemented [`Base.mkpath(::AbstractString, ::SftpSession)`](@ref) ([#30]). +- Added support for 32-bit platforms, though only Linux is tested with that in + CI ([#29]). ### Fixed - Fixed behaviour of the [`Session`](@ref)`.known_hosts` property ([#30]).