From f2dc10021cd47d7f08a4f7bdf46907ca027ac384 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 17 Mar 2025 08:01:05 -0700 Subject: [PATCH] chore(docs): fix forward-ref to 1.0 It's been released so this was out-of-date. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 04a7688850..b10b445983 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ in this repository are simple aliases. On Bazel 7 and above `rules_python` uses a separate Starlark implementation, see {ref}`Migrating from the Bundled Rules` below. -Once rules_python 1.0 is released, they will follow +This repository follows [semantic versioning](https://semver.org) and the breaking change policy outlined in the [support](support) page.