Skip to content

Commit 90e5c90

Browse files
committed
Release:--: v0.0.4_2026-04-28_08:50:05_UTC
1 parent 06cdbca commit 90e5c90

3 files changed

Lines changed: 29 additions & 45 deletions

File tree

ac_config/ac_config.go

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

1616
const (
1717
ProjectName = "api_show"
18-
ProjectVersion = "v0.0.3"
18+
ProjectVersion = "v0.0.4"
1919

2020
// ListenPort is the default HTTP listen port for the api_show portal.
2121
// Overridable via API_SHOW_PORT env at boot, or `port` in config.yaml.

changelog/v0.0.2.md

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

changelog/v0.0.4.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## v0.0.4 ChangeLog
2+
3+
- Release:--: v0.0.4_2026-04-28_08:50:05_UTC
4+
- Range: b51074ea3dc09fca9ddf07b4f2351147bc92cd20..HEAD
5+
- Commits: 1
6+
7+
### commit infos
8+
9+
- 11 files changed, 345 insertions(+), 211 deletions(-)
10+
11+
```
12+
ac_config/ac_config.go | 88 ++++++++++++++++++++++++++-
13+
build.sh | 10 ++--
14+
deploy/api_show.service | 34 -----------
15+
deploy/install.sh | 87 ---------------------------
16+
deploy/nginx.conf | 36 -----------
17+
deploy/upgrade.sh | 37 ------------
18+
example_files/api_show.service | 17 ++++++
19+
example_files/config_example.yaml | 23 +++++++
20+
example_files/install_api_show.sh | 123 ++++++++++++++++++++++++++++++++++++++
21+
example_files/nginx.conf | 27 +++++++++
22+
main.go | 74 ++++++++++++++++++++---
23+
11 files changed, 345 insertions(+), 211 deletions(-)
24+
```
25+
26+
### commit messages
27+
28+
- 2026-04-28 06cdbca refactor: align with project_template_go layout + add only_local app-level upload guard

0 commit comments

Comments
 (0)