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 +#