Releases: designcomputer/ollama-ops
Releases · designcomputer/ollama-ops
Release list
v0.1.7a1
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:
- Explicit
token: ${{ secrets.GITHUB_TOKEN }}parameter permissions: contents: writeat the job level
These changes provide proper authentication and permissions for creating GitHub releases.
0.1.0a1
[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