Skip to content

Commit

Permalink
Mention version policy in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed May 1, 2023
1 parent 821b0d0 commit 21d0411
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ returned by `java.io.File.pathSeparator`.
and make class-path-util add all the JARs (files ending in `.jar`,
comparison done in a case-insensitive way) of the underlying directory
to the class path.

## Version policy

The API of this library is minimal (one singleton with 2 methods).

It intends to respect [semantic versioning](https://semver.org).

0 comments on commit 21d0411

Please sign in to comment.