You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump version to 0.4.5
Fix crates.io publish order: add missing crates (hx-compiler, hx-bhc),
reorder by dependency levels, increase delay to 60s for index propagation.
Fix hx add breaking cabal file, add mise/asdf plugin
- Fix add_dependency to handle both leading and trailing comma styles
- The hx init template uses trailing comma style, but add_dependency
was always inserting leading comma style, causing invalid cabal syntax
- Add comprehensive tests for both comma styles
- Add GETTING_STARTED.md guide
- Add asdf-hx plugin in contrib/ for mise/asdf integration
- Bump version to 0.4.1