Skip to content

Commit 43b5a93

Browse files
committed
Update README for the v2 release
1 parent 4259bca commit 43b5a93

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This is not an officially supported Google product
22

33
# A Go YubiKey PIV implementation
44

5-
[![GoDoc](https://godoc.org/github.com/go-piv/piv-go/piv?status.svg)](https://godoc.org/github.com/go-piv/piv-go/piv)
5+
[![Go Reference](https://pkg.go.dev/badge/github.com/go-piv/piv-go/v2/piv.svg)](https://pkg.go.dev/github.com/go-piv/piv-go/v2/piv)
66

77
YubiKeys implement the PIV specification for managing smart card certificates.
88
This applet is a simpler alternative to GPG for managing asymmetric keys on a
@@ -15,6 +15,13 @@ a wrapper for YubiKey's ykpiv.h C library. This package aims to provide:
1515
* Idiomatic Go APIs
1616
* Modern features such as PIN protected management keys
1717

18+
V2 of this package was released in 2024 to support newer kinds of management
19+
keys, and is now the default branch for new features. The import path is:
20+
21+
```
22+
import "github.com/go-piv/piv-go/v2/piv"
23+
```
24+
1825
## Examples
1926

2027
* [Signing](#signing)

0 commit comments

Comments
 (0)