chore(release): teamtalk-macros v0.1.3, teamtalk v7.0.0#38
chore(release): teamtalk-macros v0.1.3, teamtalk v7.0.0#38BlindMaster24 wants to merge 2 commits intomainfrom
Conversation
ebba8a4 to
6e0f4a8
Compare
035e0a1 to
94d746c
Compare
d236aff to
b708d1b
Compare
bc45d51 to
6aeeae7
Compare
ef567d0 to
42e1d00
Compare
b61c9c5 to
5bb844d
Compare
3b08b0c to
90148c3
Compare
4a41ab0 to
1ad583e
Compare
6d074aa to
1e12b0b
Compare
4566443 to
cdbfda8
Compare
160b0c6 to
b0f870b
Compare
a57c307 to
f5a6251
Compare
| ```toml | ||
| [dependencies] | ||
| teamtalk = { version = "6.0.0", features = ["dispatch", "async"] } | ||
| teamtalk = { version = "7.0.0", features = ["dispatch", "async"] } |
There was a problem hiding this comment.
🟡 Incomplete version reference sync: docs/bot.md and docs/extensions.md still reference 6.0.0
This PR syncs version references from 6.0.0 to 7.0.0 in README.md, docs/features.md, and docs/getting-started.md, but the same update was not applied to docs/bot.md:11 (teamtalk = { version = "6.0.0", features = ["bot"] }) and docs/extensions.md:14 (teamtalk = { version = "6.0.0", features = ["scripts", "plugins"] }). The scripts/update-version.sh only targets three files, so these two were missed. This violates the AGENTS.md rule under "Docs update scope (wide)": "When API changes land, re-audit README + all docs/ pages for accuracy. Do not whitelist specific files; verify the entire docs/ directory for correctness."
Prompt for agents
The version sync in this PR missed two documentation files that still reference 6.0.0 instead of 7.0.0:
1. docs/bot.md line 11: teamtalk = { version = "6.0.0", features = ["bot"] } → should be 7.0.0
2. docs/extensions.md line 14: teamtalk = { version = "6.0.0", features = ["scripts", "plugins"] } → should be 7.0.0
Additionally, the scripts/update-version.sh file only targets README.md, docs/getting-started.md, and docs/features.md. It should also include docs/bot.md and docs/extensions.md (and ideally do a grep-based sweep of all docs/*.md files) to prevent future drift. The check-version-refs.sh script has the same gap.
Was this helpful? React with 👍 or 👎 to provide feedback.
9a4945a to
3a714b5
Compare
8c951bf to
74d7dbc
Compare
7ed7e64 to
24af607
Compare
5e9ea74 to
49877df
Compare
🤖 New release
teamtalk-macros: 0.1.2 -> 0.1.3teamtalk: 6.0.0 -> 7.0.0 (⚠ API breaking changes)⚠
teamtalkbreaking changes