Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"auth": "0.1.0",
"auth": "0.2.0",
"boot": "0.1.0",
"cache": "0.1.0",
"config": "0.2.0",
"grpc": "0.0.0",
"http": "0.1.0",
"grpc": "1.0.0",
"http": "0.2.0",
"logger": "0.1.0",
"test": "0.1.0"
}
13 changes: 13 additions & 0 deletions auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to `github.com/jesse0michael/pkg/auth` will be documented in this file by Release Please.

## [0.2.0](https://github.com/Jesse0Michael/pkg/compare/auth/v0.1.0...auth/v0.2.0) (2026-02-13)


### Features

* add generate token options ([71122ea](https://github.com/Jesse0Michael/pkg/commit/71122ead6a7364f278d0c8e17d4a5309ad197295))
* auth claims ([f37a63c](https://github.com/Jesse0Michael/pkg/commit/f37a63ce12bfcd66c11ba3fbc23f50b79e8f289a))


### Bug Fixes

* auth jti method ([1e21ccf](https://github.com/Jesse0Michael/pkg/commit/1e21ccf554d0b9eff14ceec29bf62ee13d26df40))

## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/auth/v0.0.0...auth/v0.1.0) (2025-11-15)


Expand Down
8 changes: 8 additions & 0 deletions grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2026-02-13)


### Features

* add grpc package ([87f9454](https://github.com/Jesse0Michael/pkg/commit/87f945444b7125314908a491b67cfc1567ede407))
7 changes: 7 additions & 0 deletions http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to `github.com/jesse0michael/pkg/http` will be documented in this file by Release Please.

## [0.2.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.1.0...http/v0.2.0) (2026-02-13)


### Features

* auth claims ([f37a63c](https://github.com/Jesse0Michael/pkg/commit/f37a63ce12bfcd66c11ba3fbc23f50b79e8f289a))

## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.0.0...http/v0.1.0) (2025-11-15)


Expand Down
Loading