Skip to content

Commit 5f14ce1

Browse files
committed
Release:--: v0.0.5_2026-04-28_10:07:11_UTC
1 parent ed9c83f commit 5f14ce1

3 files changed

Lines changed: 33 additions & 39 deletions

File tree

ac_config/ac_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
const (
1818
ProjectName = "api_show"
19-
ProjectVersion = "v0.0.4"
19+
ProjectVersion = "v0.0.5"
2020

2121
ListenPort = 12110
2222
DefaultDataDir = "./data"

changelog/v0.0.3.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

changelog/v0.0.5.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## v0.0.5 ChangeLog
2+
3+
- Release:--: v0.0.5_2026-04-28_10:07:11_UTC
4+
- Range: 90e5c90734581f27742b34b674009558b1534254..HEAD
5+
- Commits: 5
6+
7+
### commit infos
8+
9+
- 11 files changed, 413 insertions(+), 186 deletions(-)
10+
11+
```
12+
.gitignore | 5 +
13+
README.md | 334 +++++++++++++++++++++++++++++++-------
14+
ac_config/ac_config.go | 113 ++++++-------
15+
auth/users.go | 4 +-
16+
build.sh | 5 +-
17+
example_files/config_example.yaml | 23 ---
18+
example_files/config_local.toml | 22 +++
19+
example_files/install_api_show.sh | 61 +++----
20+
go.mod | 1 +
21+
go.sum | 2 +
22+
main.go | 29 +++-
23+
11 files changed, 413 insertions(+), 186 deletions(-)
24+
```
25+
26+
### commit messages
27+
28+
- 2026-04-28 d21539d docs: rewrite README to match v0.0.4 layout — example_files/, yaml config, only_local, ACL, TOTP, producer-side gen_docs.sh flow
29+
- 2026-04-28 29e9700 docs: README 全中文化(保留代码块)
30+
- 2026-04-28 9ac5919 feat: multi-path config search — supports GoLand debug from certa_full root
31+
- 2026-04-28 941cd34 refactor: TOML config + SyncConfigFile pattern (mirrors certa_ame)
32+
- 2026-04-28 ed9c83f build: commit example_files/config_local.toml with placeholder (mirrors ame)

0 commit comments

Comments
 (0)