feat!: drop legacy WORKSPACE support; bzlmod-only (0.5.0) - #37
Merged
Conversation
The module is now bzlmod-only. Removes the legacy WORKSPACE file and all WORKSPACE-related tooling and docs, and releases 0.5.0. - Delete WORKSPACE. - CI: drop the bzlmod/workspace/both test matrix; just `bazel test //...`. - release_prep.sh: drop the WORKSPACE http_archive release output and the unused WORKSPACE_NAME; build the archive from the generated worktree tree. - README: remove the WORKSPACE install section; fix "MODULES.bazel" typo. - CHANGELOG/MODULE: bump to 0.5.0; note 0.4.4 was a CI-only re-release of 0.4.3. BREAKING CHANGE: WORKSPACE installations are no longer supported; consumers must use bzlmod (bazel_dep).
Fab-Cat
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes the module bzlmod-only and releases 0.5.0. Legacy
WORKSPACEsupport is removed along with all the tooling and documentation that backed it.
This is a breaking change for any consumer still installing via
WORKSPACE;they must switch to
bazel_dep(bzlmod).Changes
WORKSPACE.main.yml): drop thebzlmod/workspace/bothtest matrix — nowjust
bazel test //....release_prep.sh: drop theWORKSPACEhttp_archiverelease snippet andthe unused
WORKSPACE_NAME; build the release archive from the generatedworktree tree (so generated/patched files are included).
README.md: remove the### For WORKSPACEinstall section; fix theMODULES.bazel→MODULE.bazeltypo.MODULE.bazelandCHANGELOG.mdto0.5.0(minor bump forthe incompatible change). Also annotated
0.4.4as a CI-only re-release of0.4.3(no functional changes —.github/isexport-ignore'd from thearchive, so its published module was identical to
0.4.3).Notes
compare-versionspre-commit hook passes (MODULE.bazel and CHANGELOG agree at0.5.0).