A Go Library that is used by Opal-Tide for processing of files.
version.txt
is used for versioning of the library. When opening a PR make sure to properly bump the version in this file. Using Semantic Versioning MAJOR.MINOR.PATCH
(X.Y.Z).
TLDR
MAJOR
version when you make incompatible API changesMINOR
version when you add functionality in a backward compatible mannerPATCH
version when you make backward compatible bug fixes