Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Aug 06:35
· 135 commits to main since this release

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.lock package version with pyproject.toml

Install

App (managed):

curl -fsSL https://raw.githubusercontent.com/Alg0rix/tomo/v0.1.4/scripts/install.sh | bash

Connector:

curl -fsSL https://raw.githubusercontent.com/Alg0rix/tomo/v0.1.4/scripts/install-connector.sh | bash
# pin: TOMO_CONNECTOR_VERSION=v0.1.4

Wheel: 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