diff --git a/.github/workflows/release-please-manifest.json b/.github/workflows/release-please-manifest.json index a4cd41b..74732d2 100644 --- a/.github/workflows/release-please-manifest.json +++ b/.github/workflows/release-please-manifest.json @@ -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" } diff --git a/auth/CHANGELOG.md b/auth/CHANGELOG.md index 0d17d34..16e3546 100644 --- a/auth/CHANGELOG.md +++ b/auth/CHANGELOG.md @@ -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) diff --git a/boot/CHANGELOG.md b/boot/CHANGELOG.md index 9076c28..eaa1d99 100644 --- a/boot/CHANGELOG.md +++ b/boot/CHANGELOG.md @@ -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) diff --git a/cache/CHANGELOG.md b/cache/CHANGELOG.md index c06903e..9aa7387 100644 --- a/cache/CHANGELOG.md +++ b/cache/CHANGELOG.md @@ -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) diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 3af924c..ca1024c 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -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) diff --git a/data/CHANGELOG.md b/data/CHANGELOG.md new file mode 100644 index 0000000..3c8b5ed --- /dev/null +++ b/data/CHANGELOG.md @@ -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)) diff --git a/grpc/CHANGELOG.md b/grpc/CHANGELOG.md index 766a642..dea62b6 100644 --- a/grpc/CHANGELOG.md +++ b/grpc/CHANGELOG.md @@ -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) diff --git a/http/CHANGELOG.md b/http/CHANGELOG.md index bf18233..48a71bb 100644 --- a/http/CHANGELOG.md +++ b/http/CHANGELOG.md @@ -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) diff --git a/logger/CHANGELOG.md b/logger/CHANGELOG.md index 17d43e5..941bcc3 100644 --- a/logger/CHANGELOG.md +++ b/logger/CHANGELOG.md @@ -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) diff --git a/test/CHANGELOG.md b/test/CHANGELOG.md index 58f3358..2fc8915 100644 --- a/test/CHANGELOG.md +++ b/test/CHANGELOG.md @@ -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)