Changed * [Bug 1561617](https://bugzilla.mozilla.org/show_bug.cgi?id=1561617): part 2 - FennecVersion accepts 68.Xa1.
0.3.2
Changed * [Bug 1561617](https://bugzilla.mozilla.org/show_bug.cgi?id=1561617): part 1 - FennecVersion doesn't accept any version >=69 and accepts 68.XbN.
0.3.1
Changed * `BalrogVersion`, `GeckoVersion` and derivatives are now hashable.
Added * `mozilla_version.version.BaseVersion` to expose semver-like numbers. * `mozilla_version.maven.MavenVersion` to handle Maven version and more precisely the ones like `0.30.0-SNAPSHOT`.
0.3.0
Changed * `VersionType.ESR` is now greater than `VersionType.RELEASE`. This facilitates filtering on mixed-list of releases.
Added * `mozilla_version.gecko.GeckoSnapVersion` to handle Ubuntu Snap packages.
Fixed * `GeckoVersion._compare()` doesn't cast other to `FirefoxVersion` anymore.
0.2.2
Fixed * Added requirements.txt.in in package so setup.py works
0.2.1
Fixed * Unpinned dependencies when installing mozilla-version as a library (via setup.py)