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,9 +1,9 @@
{
"auth": "0.0.0",
"boot": "0.0.0",
"cache": "0.0.0",
"config": "0.1.0",
"http": "0.0.0",
"logger": "0.0.0",
"test": "0.0.0"
"auth": "0.1.0",
"boot": "0.1.0",
"cache": "0.1.0",
"config": "0.2.0",
"http": "0.1.0",
"logger": "0.1.0",
"test": "0.1.0"
}
7 changes: 7 additions & 0 deletions auth/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/auth` will be documented in this file by Release Please.

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


### Features

* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1))

## 0.0.0

### Features
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.1.0](https://github.com/Jesse0Michael/pkg/compare/boot/v0.0.0...boot/v0.1.0) (2025-11-15)


### Features

* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1))


### Bug Fixes

* force tag ([b4970ec](https://github.com/Jesse0Michael/pkg/commit/b4970ec82f9d801e4345d61b5515d4c2b6c0c6e2))

## 0.0.0

### Features
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.0](https://github.com/Jesse0Michael/pkg/compare/cache/v0.0.0...cache/v0.1.0) (2025-11-15)


### Features

* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1))

## 0.0.0

### Features
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.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.1.0...config/v0.2.0) (2025-11-15)


### Features

* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1))

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

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

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


### Features

* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1))


### Bug Fixes

* address test issues ([0545650](https://github.com/Jesse0Michael/pkg/commit/05456503c4bac7ac3053cd2f6166125a77f64dfd))
* handle empty error response ([ea43cff](https://github.com/Jesse0Michael/pkg/commit/ea43cff44b084d15b7eca8f32ff65b987e75777e))

## 0.0.0

### Features
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.0](https://github.com/Jesse0Michael/pkg/compare/logger/v0.0.0...logger/v0.1.0) (2025-11-15)


### Features

* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1))

## 0.0.0

### Features
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.1.0](https://github.com/Jesse0Michael/pkg/compare/test/v0.0.0...test/v0.1.0) (2025-11-15)


### Features

* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1))

## 0.0.0

### Features
Expand Down