Skip to content

v0.3.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 07:37
· 2 commits to main since this release
587488b

Documentation

Read README.md to get started.

Installation

Install the notation-cose plugin on Linux or WSL2:

# Create a directory for the plugin
mkdir -p ~/.config/notation/plugins/cose

# Download and extract the plugin
curl -L https://github.com/microsoft/notation-cose/releases/download/v0.3.0-alpha.1/notation-cose_0.3.0-alpha.1_Linux_amd64.tar.gz \
    | tar xzC ~/.config/notation/plugins/cose notation-cose

Changelog

  • Changed license from MPL 2.0 to Apache 2.0
  • Upgraded dependencies to the latest (#3)
    • Highlight: Upgraded to a more mature version of go-cose.