-
Release v0.0.54 Stable
released this
2026-06-26 19:29:45 +00:00 | 380 commits to main since this releaseRelease 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.0.53 Stable
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.0.52 Stable
released this
2026-06-26 19:09:57 +00:00 | 384 commits to main since this releaseRelease 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.0.51 Stable
released this
2026-06-26 19:01:08 +00:00 | 386 commits to main since this releasec8351d6– 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.0.50 Stable
released this
2026-06-26 06:40:49 +00:00 | 388 commits to main since this releaseRelease 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.0.49 Stable
released this
2026-06-26 06:30:12 +00:00 | 390 commits to main since this releaseRelease 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fix: Explicitly set
-
Release v0.0.48 Stable
released this
2026-06-26 06:18:34 +00:00 | 392 commits to main since this releaseRelease Notes
- Workflow Environment Variables: Exposed
GITHUB_SERVER_URLandGITHUB_REPOSITORYas environment variables for improved workflow accessibility - Developer Experience: Enhanced workflow configuration by making GitHub context variables readily available without manual environment mapping
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
- Workflow Environment Variables: Exposed
-
Release v0.0.47 Stable
released this
2026-06-26 06:01:14 +00:00 | 394 commits to main since this release- Bug fix (level 1): Replaced
!containswith explicitcontains == falsefor clearer condition evaluation. - Bug fix (levels 1/2/3): Updated guard expressions to use
vars.Xinstead ofenv.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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Bug fix (level 1): Replaced
-
Release v0.0.46 Stable
released this
2026-06-26 05:25:54 +00:00 | 400 commits to main since this release- Fix (level1): Changed
if‑guard conditions to usevars.Xdirectly instead ofenv.X, simplifying variable access and reducing lookup overhead. - Chore: Removed
test.txtfrom the e2e test suite to keep the test environment lean. - General: Ongoing maintenance and cleanup for improved code consistency.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fix (level1): Changed
-
Release v0.0.45 Stable
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‑1branch. - Infrastructure: Synced the
devopsbranch with main’s workflow refactor and removed the obsoletefeature‑handler.yml. - Dependency Update: Updated
Cargo.tomlwith the latest crate versions.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads