Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
honzasp committed Jul 22, 2024
1 parent b63d6d1 commit 7ed80bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Makiko changelog

## Unreleased

## 0.2.3 (2024-07-22)

- Add `Client::send_keepalive()` to send an OpenSSH-compatible keepalive request.
- Upgraded dependencies.

## 0.2.2 (2023-06-04)

- Replace the `guard` crate with (now stabilized) `let else` expressions
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "makiko"
version = "0.2.3"
version = "0.2.4-pre"
edition = "2021"

authors = ["Jan Špaček <patek.mail@gmail.com>"]
Expand Down

0 comments on commit 7ed80bc

Please sign in to comment.