• v0.0.54 0c88a4d40a

    Ghost released this 2026-06-26 19:29:45 +00:00 | 380 commits to main since this release

    Release Notes

    • Debug logging: Added level‑1 debug echo of the bottle upload URL to aid troubleshooting.
    • Internal logging: Enhanced the logging infrastructure to support fine‑grained debug messages.
    • No functional impact: This commit is purely for diagnostics and does not affect end‑user behavior.
    Downloads
  • v0.0.53 ecbec64f3d

    Ghost released this 2026-06-26 19:19:21 +00:00 | 382 commits to main since this release

    • Rebase before push: Automated rebase now runs before any push, preventing extra merge commits.
    • Cleaner curl: Streamlined the curl command by removing unnecessary flags, improving readability.
    • In‑script tap skip: Added an option to skip tap tests directly within the script for faster iteration.
    • General fixes: Small bug fixes and code cleanup to enhance stability of the level‑1 script.
    Downloads
  • v0.0.52 0cb65ac942

    Ghost released this 2026-06-26 19:09:57 +00:00 | 384 commits to main since this release

    Release Notes

    • Improved tracing implementation in the commit step for better debugging capabilities
    • Optimized internal logging mechanisms for reduced overhead
    • Enhanced error reporting clarity for commit operations
    • Updated development dependencies for improved build stability
    • Minor internal refactoring for better code maintainability
    Downloads
  • v0.0.51 7cdd4f9b45

    Ghost released this 2026-06-26 19:01:08 +00:00 | 386 commits to main since this release

    • c8351d6 – Added a new debug step to the commit‑formula that surfaces failures early in the process.
    • Improved diagnostics – The step provides clearer error context, helping developers pinpoint issues faster.
    • Enhanced reliability – Early failure detection contributes to a more stable development workflow.
    Downloads
  • v0.0.50 080d89d62c

    Ghost released this 2026-06-26 06:40:49 +00:00 | 388 commits to main since this release

    Release Notes

    Based on the provided commit, here are the release notes:

    • Added verbose logging for bottle upload operations to improve debugging capabilities

    Note: This single commit appears to be a debug/internal change rather than a user-facing feature or bug fix. If this is part of a larger set of changes, please provide additional commits for more comprehensive release notes.

    Downloads
  • v0.0.49 329cd71bcf

    Ghost released this 2026-06-26 06:30:12 +00:00 | 390 commits to main since this release

    Release Notes

    • Fix: Explicitly set GITHUB_* environment variables in bottle/formula build steps, ensuring they are available during the build.
    • Improvement: Prevents the variables from being omitted when the process inherits from its parent, leading to more predictable builds.
    • Reliability: Resolves CI failures that occurred when these variables were missing or not propagated correctly.
    • Scope: Applies to all level‑1 builds that use the bottle/formula steps.
    Downloads
  • v0.0.48 d919e4cf40

    Ghost released this 2026-06-26 06:18:34 +00:00 | 392 commits to main since this release

    Release Notes

    • Workflow Environment Variables: Exposed GITHUB_SERVER_URL and GITHUB_REPOSITORY as environment variables for improved workflow accessibility
    • Developer Experience: Enhanced workflow configuration by making GitHub context variables readily available without manual environment mapping
    Downloads
  • v0.0.47 8788579e56

    Ghost released this 2026-06-26 06:01:14 +00:00 | 394 commits to main since this release

    • Bug fix (level 1): Replaced !contains with explicit contains == false for clearer condition evaluation.
    • Bug fix (levels 1/2/3): Updated guard expressions to use vars.X instead of env.X, ensuring consistent variable handling.
    • Test infrastructure: Cleaned up e2e commit, removed test edits, and finalised skip‑marker fixes.
    • Release automation: Small e2e commit triggers the bottles release pipeline.
    Downloads
  • v0.0.46 feeb027965

    Ghost released this 2026-06-26 05:25:54 +00:00 | 400 commits to main since this release

    • Fix (level1): Changed if‑guard conditions to use vars.X directly instead of env.X, simplifying variable access and reducing lookup overhead.
    • Chore: Removed test.txt from the e2e test suite to keep the test environment lean.
    • General: Ongoing maintenance and cleanup for improved code consistency.
    Downloads
  • v0.0.45 507d7ff500

    Ghost released this 2026-06-26 05:14:16 +00:00 | 403 commits to main since this release

    • AI Bug Fix: Fixed issue #40 in the AI module.
    • CI/CD Enhancements: Updated the issue‑handler, ci‑build, and cleanup‑handler workflows; added build‑iterate triggers for the issue‑1 branch.
    • Infrastructure: Synced the devops branch with main’s workflow refactor and removed the obsolete feature‑handler.yml.
    • Dependency Update: Updated Cargo.toml with the latest crate versions.
    Downloads