Skip to content

Releases: designcomputer/ollama-ops

v0.1.7a1

v0.1.7a1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jan 14:33

The GitHub Actions workflow was failing because it used an outdated and deprecated action (peter-evans/create-release@v1) that caused 403 permission errors.

Fix: Updated the workflow to use the modern softprops/action-gh-release@v1 action with:

  1. Explicit token: ${{ secrets.GITHUB_TOKEN }} parameter
  2. permissions: contents: write at the job level

These changes provide proper authentication and permissions for creating GitHub releases.

0.1.0a1

0.1.0a1 Pre-release
Pre-release

Choose a tag to compare

@designcomputer designcomputer released this 31 Dec 12:09

[Unreleased]

  • Prepare initial alpha release 0.1.0a1

[0.1.0a1] - 2025-12-30

  • Initial alpha release: basic utility, test coverage, basic CLI entry point