Skip to content

chore(homebrew): point the formula at v1.13.1 - #165

Merged
hakeemRash merged 1 commit into
mainfrom
homebrew/bump-v1.13.1
Sep 3, 2026
Merged

chore(homebrew): point the formula at v1.13.1#165
hakeemRash merged 1 commit into
mainfrom
homebrew/bump-v1.13.1

Conversation

@hakeemRash

Copy link
Copy Markdown
Contributor

Summary

Closes #

Type of change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that changes existing behavior)
  • 📝 Documentation only
  • 🧹 Refactor / chore (no functional change)
  • 🚀 Release PR (mastermain, includes a CHANGELOG version bump)

Target branch

  • This PR targets master (development), or
  • This is a mastermain release PR and adds a ## [x.y.z] - YYYY-MM-DD section to CHANGELOG.md.

How has this been tested?

vendor/bin/phpunit

Checklist

  • My code follows the Gated Demand Architecture rules (no Laravel/Symfony/Slim patterns).
  • Every PHP file has declare(strict_types=1);.
  • The five access rules are respected (Controller → Service → Repository/Gateway → Port/SDK; Domain imports nothing external).
  • Routes are declared in module.json / proj.json, not in PHP.
  • Every env var read is declared in the relevant config[].
  • Vendor exceptions are translated at their layer (no \PDOException/SDK exceptions escape).
  • I added or updated tests and they pass locally.
  • I updated documentation where relevant.
  • For shippable changes, I added a ## [Unreleased] entry to CHANGELOG.md.
  • CI is green.

Screenshots / notes (optional)

@hakeemRash
hakeemRash merged commit b4f8740 into main Sep 3, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants