v0.1.4
Highlights
Install/update bootstrap hardening and lockfile sync since v0.1.3.
Install & bootstrap
- Seed install/update/start bootstrap secrets into
$TOMO_HOME/.env - Remove unused f-string prefix in
update_cmd
Packaging
- Sync
uv.lockpackage version withpyproject.toml
Install
App (managed):
curl -fsSL https://raw.githubusercontent.com/Alg0rix/tomo/v0.1.4/scripts/install.sh | bashConnector:
curl -fsSL https://raw.githubusercontent.com/Alg0rix/tomo/v0.1.4/scripts/install-connector.sh | bash
# pin: TOMO_CONNECTOR_VERSION=v0.1.4Wheel: tomo-0.1.4-py3-none-any.whl (attached by CI)
What's Changed
- fix: seed install/update/start bootstrap secrets into
$TOMO_HOME/.env - fix: remove unused f-string prefix in
update_cmd - chore: sync uv.lock / bump version to 0.1.4
Full Changelog: v0.1.3...v0.1.4