feat/200acbbe17dab7c1 #1

Merged
kamelion merged 2 commits from feat/200acbbe17dab7c1 into main 2026-08-17 16:05:54 +05:00

2 Commits

Author SHA1 Message Date
ki.sagidullin
1b24468abc feat(main): log version line at startup
All checks were successful
CI / test (pull_request) Successful in 49s
CI / build-and-package (amd64, linux) (pull_request) Successful in 52s
CI / build-and-package (amd64, windows) (pull_request) Successful in 45s
Log the semantic application version (app.Version) together with the
build identifier (main.version) at startup for diagnostics.
2026-08-17 15:58:22 +05:00
ki.sagidullin
d41c0d172f feat(app): add semantic Version constant 0.1.0
Add exported constant app.Version in major.minor.patch format (0.1.0) with
documentation of the manual increment process (when to bump patch/minor/major).
Include the version in the /help command reply and add tests verifying the
semver format and the version presence in help text.
2026-08-17 15:58:14 +05:00