Skip to content

Commit 23e2272

Browse files
github-actions[bot]masterkain
authored andcommitted
chore(main): release codex-pooler 0.4.6
1 parent 6fffaa5 commit 23e2272

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.5"
2+
".": "0.4.6"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.4.6](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.4.5...codex-pooler-v0.4.6) (2026-06-29)
4+
5+
6+
### Features
7+
8+
* **admin:** add saved reset bank panel to upstream cards ([d8c3474](https://github.com/icoretech/codex-pooler/commit/d8c347414ec288d74339bd8d548f42bf98eb1ba0))
9+
* **admin:** add upstream pool lanes ([243fcc0](https://github.com/icoretech/codex-pooler/commit/243fcc0e8a612e4fc229d6c2451e3de8c30ee87d))
10+
* **admin:** move banked reset meter into quota panel ([445e0fa](https://github.com/icoretech/codex-pooler/commit/445e0fa040ca9d4d929bf1a5e2474ab5c3d22799))
11+
* **admin:** refine saved reset dialogs and docs links ([a15aac3](https://github.com/icoretech/codex-pooler/commit/a15aac33a900bb61d3acd1b5534408ffa287d87c))
12+
* **upstreams:** track saved reset first-seen metadata ([6f59228](https://github.com/icoretech/codex-pooler/commit/6f5922863b9fb2997ac808bd93e74fc4ca415c8c))
13+
14+
15+
### Bug Fixes
16+
17+
* **admin:** show pointer cursor on pools footer trigger ([6fffaa5](https://github.com/icoretech/codex-pooler/commit/6fffaa53bd0c097d3fb7687f98a6cdca36ed022b))
18+
* **admin:** show upstream card issue borders without shadows ([f070320](https://github.com/icoretech/codex-pooler/commit/f0703204236860ef387c5928a3769550287df959))
19+
* **upstreams:** fall back past HTML usage auth pages ([082bdda](https://github.com/icoretech/codex-pooler/commit/082bdda97db6f8eccfb53fbcdd0d95469ef29a3a))
20+
321
## [0.4.5](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.4.4...codex-pooler-v0.4.5) (2026-06-28)
422

523

docs-site/src/content/docs/deployment/docker-compose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ less explicit for a real install.
3131

3232
```bash
3333
export CODEX_POOLER_IMAGE=ghcr.io/icoretech/codex-pooler
34-
export CODEX_POOLER_IMAGE_TAG=0.4.5
34+
export CODEX_POOLER_IMAGE_TAG=0.4.6
3535
scripts/self-host/generate-env.sh
3636
```
3737

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule CodexPooler.MixProject do
55
[
66
app: :codex_pooler,
77
# x-release-please-start-version
8-
version: "0.4.5",
8+
version: "0.4.6",
99
# x-release-please-end
1010
elixir: "~> 1.16",
1111
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)