Skip to content

Commit 800e5da

Browse files
committed
Release v0.4.0
1 parent 9c06191 commit 800e5da

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codex-gateway"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55

66
[lib]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,13 @@ Notes:
207207

208208
## GitHub Container Registry
209209

210-
GitHub Actions can publish this image to GHCR after pushes to `main` and version tags such as `v0.3.0`.
210+
GitHub Actions can publish this image to GHCR after pushes to `main` and version tags such as `v0.4.0`.
211211

212212
Published tags:
213213

214214
- `ghcr.io/labring/codex-gateway:main` for the latest `main` branch image
215215
- `ghcr.io/labring/codex-gateway:sha-<commit>` for each published commit
216-
- `ghcr.io/labring/codex-gateway:v0.3.0`, `0.3.0`, `0.3`, `0`, and `latest` when pushing a version tag
216+
- `ghcr.io/labring/codex-gateway:v0.4.0`, `0.4.0`, `0.4`, `0`, and `latest` when pushing a version tag
217217

218218
Pull the current `main` image:
219219

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,13 @@ docker run --rm \
208208

209209
## GitHub Container Registry
210210

211-
GitHub Actions 可以在推送到 `main` 以及版本 tag(例如 `v0.3.0`)后,把镜像发布到 GHCR。
211+
GitHub Actions 可以在推送到 `main` 以及版本 tag(例如 `v0.4.0`)后,把镜像发布到 GHCR。
212212

213213
发布出来的 tag 规则:
214214

215215
- `ghcr.io/labring/codex-gateway:main` 表示当前 `main` 分支最新镜像
216216
- `ghcr.io/labring/codex-gateway:sha-<commit>` 表示每次发布对应的提交镜像
217-
- 推送版本 tag 时,会额外发布 `v0.3.0``0.3.0``0.3``0``latest`
217+
- 推送版本 tag 时,会额外发布 `v0.4.0``0.4.0``0.4``0``latest`
218218

219219
拉取当前 `main` 镜像:
220220

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-gateway",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"description": "Minimal multi-session HTTP/SSE gateway for codex app-server, now implemented in Rust.",
66
"scripts": {

0 commit comments

Comments
 (0)