Skip to content

Commit

Permalink
Add missing VERSIONING file.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 8, 2024
1 parent 4f80538 commit 7493b04
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions VERSIONING.txt
Original file line number Diff line number Diff line change
@@ -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
#

0 comments on commit 7493b04

Please sign in to comment.