Skip to content

Commit b51074e

Browse files
committed
Release:--: v0.0.3_2026-04-28_08:29:34_UTC
1 parent a64660d commit b51074e

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

ac_config/ac_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package ac_config
77

88
const (
99
ProjectName = "api_show"
10-
ProjectVersion = "v0.0.2"
10+
ProjectVersion = "v0.0.3"
1111

1212
// ListenPort is the default HTTP listen port for the api_show portal.
1313
// Overridable via api_show_PORT env at boot.

changelog/v0.0.3.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## v0.0.3 ChangeLog
2+
3+
- Release:--: v0.0.3_2026-04-28_08:29:34_UTC
4+
- Range: 22be6b838456d0ce8599ad732dc3c0397d4d72a2..HEAD
5+
- Commits: 3
6+
7+
### commit infos
8+
9+
- 19 files changed, 346 insertions(+), 118 deletions(-)
10+
11+
```
12+
.github/workflows/release.yml | 124 +++++++++++++++++++++
13+
.gitignore | 4 +-
14+
LICENSE | 2 +-
15+
README.md | 38 +++----
16+
api_config/api_config.go => ac_config/ac_config.go | 12 +-
17+
auth/cli.go | 8 +-
18+
auth/handlers.go | 2 +-
19+
auth/totp.go | 4 +-
20+
auth/users.go | 4 +-
21+
build.sh | 102 +++++++++++++++++
22+
changelog/v0.0.2.md | 8 +-
23+
deploy/{certa_api.service => api_show.service} | 10 +-
24+
deploy/install.sh | 50 ++++-----
25+
deploy/nginx.conf | 4 +-
26+
deploy/upgrade.sh | 24 ++--
27+
git_tag.sh | 4 +-
28+
go.mod | 2 +-
29+
main.go | 58 +++++-----
30+
scripts/seed_dev.sh | 4 +-
31+
19 files changed, 346 insertions(+), 118 deletions(-)
32+
```
33+
34+
### commit messages
35+
36+
- 2026-04-28 535245d chore: rename project certa_api → api_show; relocate to 0xYeah/api_show
37+
- 2026-04-28 acfb84b build: rewrite build.sh for api_show — fix stale ame/config + extend_app_names refs
38+
- 2026-04-28 a64660d refactor: rename api_config → ac_config (project initials convention)

0 commit comments

Comments
 (0)