From af481d6b0a4a9b4084a2bef96b7beae33723af38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Gonz=C3=A1lez?= Date: Wed, 13 Mar 2024 15:09:16 +0100 Subject: [PATCH] fix(docs): properly render version warning in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51abefc..d1b1292 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ A Solidity test generator based on the - [Supported By](#supported-by) - [License](#license) -> [!WARNING] `bulloak` is still `0.*.*`, so breaking changes +> [!WARNING] +> Note that `bulloak` is still `0.*.*`, so breaking changes > [may occur at any time](https://semver.org/#spec-item-4). If you must depend > on `bulloak`, we recommend pinning to a specific version, i.e., `=0.y.z`.