Skip to content

Commit

Permalink
Merge pull request #19 from wiktor-k/wiktor/release-0.3
Browse files Browse the repository at this point in the history
Release version 0.3.0
  • Loading branch information
wiktor-k authored Feb 27, 2024
2 parents 175d054 + 3b75e5f commit 521eaa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ssh-agent-lib"
description = "A collection of types for writing custom SSH agents"
version = "0.3.0-pre"
version = "0.3.0"
license = "MIT"
authors = [
"Nicolas Trippar <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CI](https://github.com/wiktor-k/ssh-agent-lib/actions/workflows/ci.yml/badge.svg)](https://github.com/wiktor-k/ssh-agent-lib/actions/workflows/ci.yml)
[![Crates.io](https://img.shields.io/crates/v/ssh-agent-lib)](https://crates.io/crates/ssh-agent-lib)

A collection of types for writing custom SSH agents.
A collection of types for writing custom SSH agents as specified by the [SSH Agent Protocol Internet Draft](https://datatracker.ietf.org/doc/html/draft-miller-ssh-agent).

This makes it possible to utilize remote keys not supported by the default OpenSSH agent.

Expand Down

0 comments on commit 521eaa5

Please sign in to comment.