Commit f562bbe
chore: bump to v0.18.1 + gitignore carl.yaml + fix uv workspace
Version bump 0.18.0 -> 0.18.1. Carries all the v0.18 papercuts + the
post-v0.18 fixes shipped since 2026-04-24 (journey matrix, camp login
JWT bearer resolution, publish workflow trigger on v* tag push).
`uv lock` regenerated (was stale at 0.6.0 in the lockfile; carl-studio
line now reads 0.18.1).
Gitignore additions:
- carl.yaml — project-local training config. Users commonly put dataset
paths AND sometimes secrets there; layered read by CARLSettings still
works unchanged. Per CLAUDE.md "never log or persist secrets" this
keeps accidental secret leaks out of commits. Commit a
carl.yaml.example if you want to share config.
Workspace fix:
- `[tool.uv.workspace] exclude = ["packages/emlt-codec-ts"]` — the TS
sibling package has no pyproject.toml and was making `uv lock` fail
with "Workspace member … is missing a pyproject.toml". This had been
blocking CI's `uv lock --check` step transparently.
Build verified: carl_studio-0.18.1.tar.gz + wheel produced locally.
Tag push of v0.18.1 after this commit will trigger the newly-fixed
publish workflow and push 0.18.1 to PyPI via OIDC trusted publishing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 86e5e03 commit f562bbe
4 files changed
Lines changed: 375 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments