0.5.1
- Transfer the canonical repository from
helly25/bzltomboworks/bzland
publish future releases under the newmboworks_bzlmodule name.
0.5.0
- [BC] Dropped legacy
WORKSPACEsupport; the module is now bzlmod-only.
0.4.4
- Re-release of
0.4.3with no functional changes (release/CI tooling only).
0.4.3
- Added
paths.ensure_trailing_slashandpaths.ensure_trailing_slash_windowsto append a single trailing separator, handling roots and existing trailing separators. An optionaldefault_if_emptycontrols the fallback for empty input (e.g."/"to anchor at the platform root).
0.4.2
- Fix release naming and tagging scheme back to "1.2.3" style without 'v' prefix.
0.4.1
- Added explicit Windows and Bazel 9 support for the Bazel module releases.
0.4.0
- Implement paths library.
0.3.1
- Fixed some cases of comparisons that contain '-' or '+' against versions that are missing those parts.
0.3.0
- Added
skip_buildparameter to control whether comparisons adhere to Semver-10. - [BC] Changed
version.parseandversion.compareto take parametererroras a keyword only parameter.
0.2.1
- Improved support for mixed type comparisons.
0.2.0
- Added support for parsing out 'pre_release' and 'build' components.
- Added
versions.compare. - Added 'pre_release' and 'build' support for comparisons.
- Added CI run for Windows (may be dropped at any future point).
0.1.2
- Fixed workspace file to work for transitive repos.
0.1.1
- Fixed some naming issues and remove mbo references.
0.1.0
Initial version.