Skip to content

Commit 2c35f00

Browse files
committed
release: v0.2.0
1 parent ac1b1de commit 2c35f00

2 files changed

Lines changed: 31 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.1.0"
14+
const version = "0.2.0"
1515

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

release/notes/v0.2.0.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
This is a minor release with the following changes:
2+
3+
## Features
4+
5+
- 7a91f5c: Added `Token.Claims` method for retrieving all token claims in a stable order.
6+
7+
- a75871b: Added allow list validation rules for audiences, issuers, and subjects in token claims.
8+
9+
10+
## Improvements
11+
12+
- f466fc4: Simplified time handling by using function callbacks instead of interface abstractions.
13+
14+
- e6d36b2: Improved display of nested claims by rendering complex objects as JSON in text format.
15+
16+
- 29d6881: Optimized registered claims handling by caching claim definitions.
17+
18+
19+
## Documentation
20+
21+
- 788257f: Fixed command examples in README.
22+
23+
24+
## Internal
25+
26+
- e24b2be: Improved test code readability by using raw string literals for expected outputs.
27+
28+
- b130d4d: Excluded gochecknoglobals linter from test files to reduce noise.
29+
30+
- ac1b1de: Fixed lint report summary to prevent double counting of linter issues.

0 commit comments

Comments
 (0)