Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Dec 6, 2024
1 parent 4b3088f commit 4eb72c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LibSSH"
uuid = "00483490-30f8-4353-8aba-35b82f51f4d0"
authors = ["James Wrigley <[email protected]> and contributors"]
version = "0.7.0"
version = "0.8.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand Down
4 changes: 3 additions & 1 deletion docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).
Expand Down

0 comments on commit 4eb72c5

Please sign in to comment.