Skip to content
Merged
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
14 changes: 7 additions & 7 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",
"boot": "0.1.0",
"cache": "0.1.0",
"config": "0.2.0",
"grpc": "0.0.0",
"http": "0.1.0",
"logger": "0.1.0",
"auth": "0.2.0",
"boot": "0.1.1",
"cache": "0.1.1",
"config": "0.2.1",
"grpc": "1.0.0",
"http": "0.2.0",
"logger": "0.1.1",
"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
7 changes: 7 additions & 0 deletions boot/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/boot` will be documented in this file by Release Please.

## [0.1.1](https://github.com/Jesse0Michael/pkg/compare/boot/v0.1.0...boot/v0.1.1) (2026-02-13)


### Bug Fixes

* make tidy ([94dc3b9](https://github.com/Jesse0Michael/pkg/commit/94dc3b94503d4ab715c363008eba9e79036830c6))

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


Expand Down
7 changes: 7 additions & 0 deletions cache/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/cache` will be documented in this file by Release Please.

## [0.1.1](https://github.com/Jesse0Michael/pkg/compare/cache/v0.1.0...cache/v0.1.1) (2026-02-13)


### Bug Fixes

* make tidy ([94dc3b9](https://github.com/Jesse0Michael/pkg/commit/94dc3b94503d4ab715c363008eba9e79036830c6))

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


Expand Down
7 changes: 7 additions & 0 deletions config/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/config` will be documented in this file by Release Please.

## [0.2.1](https://github.com/Jesse0Michael/pkg/compare/config/v0.2.0...config/v0.2.1) (2026-02-13)


### Bug Fixes

* make tidy ([94dc3b9](https://github.com/Jesse0Michael/pkg/commit/94dc3b94503d4ab715c363008eba9e79036830c6))

## [0.2.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.1.0...config/v0.2.0) (2025-11-15)


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

## 1.0.0 (2026-02-13)


### Features

* add grpc package ([87f9454](https://github.com/Jesse0Michael/pkg/commit/87f945444b7125314908a491b67cfc1567ede407))


### Bug Fixes

* make tidy ([94dc3b9](https://github.com/Jesse0Michael/pkg/commit/94dc3b94503d4ab715c363008eba9e79036830c6))
12 changes: 12 additions & 0 deletions http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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))


### Bug Fixes

* make tidy ([94dc3b9](https://github.com/Jesse0Michael/pkg/commit/94dc3b94503d4ab715c363008eba9e79036830c6))

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


Expand Down
7 changes: 7 additions & 0 deletions logger/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/logger` will be documented in this file by Release Please.

## [0.1.1](https://github.com/Jesse0Michael/pkg/compare/logger/v0.1.0...logger/v0.1.1) (2026-02-13)


### Bug Fixes

* make tidy ([94dc3b9](https://github.com/Jesse0Michael/pkg/commit/94dc3b94503d4ab715c363008eba9e79036830c6))

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


Expand Down