Skip to content

Commit f254179

Browse files
committed
release: v0.1.0
1 parent 02279c4 commit f254179

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

app/context/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
// The semantic version of the application.
1313
// This can be overriden by vcsVersion.
14-
const version = "0.0.0"
14+
const version = "0.1.0"
1515

1616
var (
1717
vcsVersion string // version from VCS set at build time

release/notes/v0.1.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This is the first public release of paseto-cli! :tada:
2+
3+
It started as a light wrapper around the go-paseto library with a more ergonomic API, but I also needed a CLI tool for working with PASETO.
4+
5+
It doesn't do anything special that similar tools don't do already, but it served as a way for me to get familiar with PASETO and the shortcomings of JWT. Plus as with any NIH tool, I personally trust mine more than the alternatives. :blush:
6+
7+
The basic functionality is implemented, and the test coverage is decent (78%). There likely won't be any new major releases, just bug fixes.

0 commit comments

Comments
 (0)