Skip to content

Commit 933166c

Browse files
authored
Merge pull request #94 from wiktor-k/wiktor/release-0.5.1
Release version 0.5.1
2 parents 7500315 + 62461e6 commit 933166c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ssh-agent-lib"
33
description = "A collection of types for writing custom SSH agents"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
license = "MIT OR Apache-2.0"
66
authors = [
77
"Wiktor Kwapisiewicz <[email protected]>",

fuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssh-agent-lib-fuzz"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
publish = false
55
edition = "2021"
66

0 commit comments

Comments
 (0)