From 7493b04161034b3a7d7fea4885eaed9565cd561d Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Wed, 8 May 2024 18:45:36 +0000 Subject: [PATCH] Add missing VERSIONING file. --- VERSIONING.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 VERSIONING.txt diff --git a/VERSIONING.txt b/VERSIONING.txt new file mode 100644 index 0000000..5e599c7 --- /dev/null +++ b/VERSIONING.txt @@ -0,0 +1,12 @@ +# +# This project follows Semantic Versioning. +# +# https://semver.org/spec/v2.0.0.html +# +# The Java packages listed in this file are NOT part of the public API and are subject +# to change without warning. All other packages should be considered to be part of the +# public API, and the current code can be analyzed to ensure it complies with semantic +# versioning rules by executing: +# +# ./gradlew verifySemanticVersioning +#