(new): rich messages, tgfmt DSL, Bot API 10.1
Golang lint / lint (push) Successful in 29s
Golang lint / lint (pull_request) Successful in 1m47s

(fix): editMessageText rich_message type
(tests): rich and API 10.1 coverage
(doc): rich godoc, CHANGELOG v1.1.0

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-08 12:45:47 +03:00
co-authored by Claude Fable 5
parent b563e695df
commit 48ddf66540
22 changed files with 2232 additions and 1027 deletions
+3 -3
View File
@@ -2,13 +2,13 @@ package utils
const (
// VersionString is the module version string.
VersionString = "1.0.2"
VersionString = "1.1.0"
// VersionMajor is the module major version.
VersionMajor = 1
// VersionMinor is the module minor version.
VersionMinor = 0
VersionMinor = 1
// VersionPatch is the module patch version.
VersionPatch = 2
VersionPatch = 0
// VersionBeta is the prerelease counter for the current version.
VersionBeta = 0
)