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
18 changes: 9 additions & 9 deletions .github/workflows/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"auth": "0.4.3",
"boot": "0.6.0",
"cache": "0.3.0",
"config": "0.6.0",
"grpc": "1.4.0",
"http": "0.5.0",
"logger": "0.4.0",
"data": "0.0.0",
"test": "0.3.0"
"auth": "0.5.0",
"boot": "0.7.0",
"cache": "0.4.0",
"config": "0.7.0",
"grpc": "1.5.0",
"http": "0.6.0",
"logger": "0.5.0",
"data": "1.0.0",
"test": "0.3.1"
}
12 changes: 12 additions & 0 deletions auth/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/auth` will be documented in this file by Release Please.

## [0.5.0](https://github.com/Jesse0Michael/pkg/compare/auth/v0.4.3...auth/v0.5.0) (2026-04-25)


### Features

* add data package ([0d25b8a](https://github.com/Jesse0Michael/pkg/commit/0d25b8af0ecc3403ad3d50f132ba1360b2acce0c))


### Bug Fixes

* go version 1.26.2 ([0416552](https://github.com/Jesse0Michael/pkg/commit/0416552a892ba310ac2ff1b3809f40aabd4caa3b))

## [0.4.3](https://github.com/Jesse0Michael/pkg/compare/auth/v0.4.2...auth/v0.4.3) (2026-03-05)


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

## [0.7.0](https://github.com/Jesse0Michael/pkg/compare/boot/v0.6.0...boot/v0.7.0) (2026-04-25)


### Features

* add data package ([0d25b8a](https://github.com/Jesse0Michael/pkg/commit/0d25b8af0ecc3403ad3d50f132ba1360b2acce0c))


### Bug Fixes

* go version 1.26.2 ([0416552](https://github.com/Jesse0Michael/pkg/commit/0416552a892ba310ac2ff1b3809f40aabd4caa3b))

## [0.6.0](https://github.com/Jesse0Michael/pkg/compare/boot/v0.5.1...boot/v0.6.0) (2026-02-24)


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

## [0.4.0](https://github.com/Jesse0Michael/pkg/compare/cache/v0.3.0...cache/v0.4.0) (2026-04-25)


### Features

* add data package ([0d25b8a](https://github.com/Jesse0Michael/pkg/commit/0d25b8af0ecc3403ad3d50f132ba1360b2acce0c))


### Bug Fixes

* go version 1.26.2 ([0416552](https://github.com/Jesse0Michael/pkg/commit/0416552a892ba310ac2ff1b3809f40aabd4caa3b))

## [0.3.0](https://github.com/Jesse0Michael/pkg/compare/cache/v0.2.0...cache/v0.3.0) (2026-02-16)


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

## [0.7.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.6.0...config/v0.7.0) (2026-04-25)


### Features

* add data package ([0d25b8a](https://github.com/Jesse0Michael/pkg/commit/0d25b8af0ecc3403ad3d50f132ba1360b2acce0c))


### Bug Fixes

* go version 1.26.2 ([0416552](https://github.com/Jesse0Michael/pkg/commit/0416552a892ba310ac2ff1b3809f40aabd4caa3b))
* trace provider validation ([b47c362](https://github.com/Jesse0Michael/pkg/commit/b47c362ee6bb9fa248718566fea32c5a791bce9c))

## [0.6.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.5.0...config/v0.6.0) (2026-02-23)


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

## 1.0.0 (2026-04-25)


### Features

* add data package ([0d25b8a](https://github.com/Jesse0Michael/pkg/commit/0d25b8af0ecc3403ad3d50f132ba1360b2acce0c))


### Bug Fixes

* go version 1.26.2 ([0416552](https://github.com/Jesse0Michael/pkg/commit/0416552a892ba310ac2ff1b3809f40aabd4caa3b))
12 changes: 12 additions & 0 deletions grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.5.0](https://github.com/Jesse0Michael/pkg/compare/grpc/v1.4.0...grpc/v1.5.0) (2026-04-25)


### Features

* add data package ([0d25b8a](https://github.com/Jesse0Michael/pkg/commit/0d25b8af0ecc3403ad3d50f132ba1360b2acce0c))


### Bug Fixes

* go version 1.26.2 ([0416552](https://github.com/Jesse0Michael/pkg/commit/0416552a892ba310ac2ff1b3809f40aabd4caa3b))

## [1.4.0](https://github.com/Jesse0Michael/pkg/compare/grpc/v1.3.2...grpc/v1.4.0) (2026-03-12)


Expand Down
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.6.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.5.0...http/v0.6.0) (2026-04-25)


### Features

* add data package ([0d25b8a](https://github.com/Jesse0Michael/pkg/commit/0d25b8af0ecc3403ad3d50f132ba1360b2acce0c))


### Bug Fixes

* go version 1.26.2 ([0416552](https://github.com/Jesse0Michael/pkg/commit/0416552a892ba310ac2ff1b3809f40aabd4caa3b))

## [0.5.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.4.0...http/v0.5.0) (2026-02-18)


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

## [0.5.0](https://github.com/Jesse0Michael/pkg/compare/logger/v0.4.0...logger/v0.5.0) (2026-04-25)


### Features

* add data package ([0d25b8a](https://github.com/Jesse0Michael/pkg/commit/0d25b8af0ecc3403ad3d50f132ba1360b2acce0c))


### Bug Fixes

* go version 1.26.2 ([0416552](https://github.com/Jesse0Michael/pkg/commit/0416552a892ba310ac2ff1b3809f40aabd4caa3b))

## [0.4.0](https://github.com/Jesse0Michael/pkg/compare/logger/v0.3.0...logger/v0.4.0) (2026-02-23)


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

## [0.3.1](https://github.com/Jesse0Michael/pkg/compare/test/v0.3.0...test/v0.3.1) (2026-04-25)


### Bug Fixes

* go version 1.26.2 ([0416552](https://github.com/Jesse0Michael/pkg/commit/0416552a892ba310ac2ff1b3809f40aabd4caa3b))

## [0.3.0](https://github.com/Jesse0Michael/pkg/compare/test/v0.2.0...test/v0.3.0) (2026-02-17)


Expand Down
Loading