Skip to content

v4.2.1

Compare
Choose a tag to compare
@nerro nerro released this 14 Nov 20:57
· 26 commits to master since this release
v4.2.1

Minor Enhancements

  • Refactoring pom.xml (#8)
  • Change java compile level to 1.6 (#6)
  • Add unit tests
  • Work on technical dept (#1)

Notes

From this release the project will use semantic versioning scheme. Given a version number MAJOR.MINOR.PATCH, increment the:

  1. MAJOR version when we make incompatible API changes,
  2. MINOR version when we add functionality in a backwards-compatible manner, and
  3. PATCH version when we make backwards-compatible bug fixes.