chore(release): prepare v0.6.7

Bump version, cut CHANGELOG's Unreleased section into 0.6.7, backfill
changelog entries for merged PRs missing from it, and refresh
version-dependent references in README/docs.
This commit is contained in:
KaifAhmad1
2026-08-28 15:51:17 +05:30
parent 100e95a098
commit ecb33a5b7d
6 changed files with 108 additions and 14 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ icon: "rocket"
Verify installation:
```python
import semantica
print(semantica.__version__) # 0.6.6
print(semantica.__version__) # 0.6.7
```
</Check>
</Step>