• v0.3.1 6798aa3501

    v0.3.1 Stable

    geekiot released this 2026-07-15 16:48:46 +05:00 | 1 commits to main since this release

    v0.3.1 (2026-07-15)

    Bug Fixes

    • worker: Install torch without dependency resolution (20ae41a)

    Chores

    • Update uv.lock for version 0.3.0 (3d7a25d)

    Documentation

    • readme: Update uv commands and gpu torch install instructions (a125892)
  • v0.3.0 b40dbd4093

    v0.3.0 Stable

    geekiot released this 2026-07-15 15:06:37 +05:00 | 5 commits to main since this release

    v0.3.0 (2026-07-15)

    Bug Fixes

    • ci: Fix sha tag prefix when variant is empty & fix build timeout (6271e6a)

    Chores

    • Update uv.lock for version 0.2.1 (9feec9e)

    Features

    • worker: Add gpu variant and split cpu/gpu dependencies (02bf7ec)
  • v0.2.1 007283b52f

    v0.2.1 Stable

    geekiot released this 2026-07-13 13:10:36 +05:00 | 10 commits to main since this release

    v0.2.1 (2026-07-13)

    Bug Fixes

    • Change action order & update script for nixfmt installation (808d54f)

    Continuous Integration

    • Add uv.lock update step after release (73f1885)
  • v0.2.0 54416ec0e1

    v0.2.0 Stable

    geekiot released this 2026-07-12 13:04:20 +05:00 | 13 commits to main since this release

    v0.2.0 (2026-07-12)

    Bug Fixes

    • Add httpx2 to dev dependencies (#5, 27ad7a6)

    Features

    • Update arch & add full files pipeline (#5, 27ad7a6)
  • v0.1.0 1c3ad4f088

    v0.1.0
    All checks were successful
    CI/CD / Lint (push) Successful in 1m37s
    CI/CD / Build images (push) Successful in 43s
    CI/CD / Build images-1 (push) Successful in 53s
    CI/CD / Semantic release (push) Successful in 57s
    CI/CD / Tag images with release version (push) Successful in 4s
    CI/CD / Tag images with release version-1 (push) Successful in 4s
    Stable

    geekiot released this 2026-06-20 07:40:38 +05:00 | 16 commits to main since this release

    v0.1.0 (2026-06-20)

    Bug Fixes

    • Format the code (e3cfdba)

    • Use BaseSettings for nested config and correct celery task path (6e6c91a)

    Build System

    • docker: Add docker compose setup with api and worker services (2ddd421)

    • nix: Add flake-based python dev env (1f56982)

    Continuous Integration

    • Add ci/cd workflow and semantic-release configuration (1c3ad4f)

    • Configure linters & formatters configs (92ad978)

    Documentation

    Features

    • api,worker: Add file processing endpoint and celery worker (53a9d41)