Skip to content

Commit

Permalink
Add release notes and Go doc badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mchack-work committed May 15, 2023
1 parent 9ee035f commit 5e328fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![ci](https://github.com/tillitis/tkeyclient/actions/workflows/ci.yaml/badge.svg?branch=main&event=push)](https://github.com/tillitis/tkeyclient/actions/workflows/ci.yaml)
[![ci](https://github.com/tillitis/tkeyclient/actions/workflows/ci.yaml/badge.svg?branch=main&event=push)](https://github.com/tillitis/tkeyclient/actions/workflows/ci.yaml) [![Go Reference](https://pkg.go.dev/badge/tillitis/tkey-client.svg)](https://pkg.go.dev/github.com/tillitis/tkeyclient)

# Tillitis TKey Client package

Expand All @@ -11,6 +11,8 @@ for `tkeyclient` for details on how to call the functions.
See [apps repo](https://github.com/tillitis/tillitis-key1-apps/) for
example client and device applications.

Release notes in [RELEASE.md](RELEASE.md).

## Licenses and SPDX tags

Unless otherwise noted, the project sources are licensed under the
Expand Down
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Release notes

## v0.0.7

Just ripped from

https://github.com/tillitis/tillitis-key1-apps

No semantic changes.

0 comments on commit 5e328fd

Please sign in to comment.