1.0.3   2018-10-05 (PERLANCAR)

	- SW:Role::Software: requires get_latest_version, get_download_url,
	  get_archive_info, is_valid_version, cmp_version.


1.0.2   2018-10-04 (PERLANCAR)

	- Remove role: Software::Catalog::Role::VersionScheme::* (moved to
	  Versioning::Scheme::* in their own distro).


1.0.1   2018-09-13 (PERLANCAR)

	- Add role: VersionScheme::SemVer.


1.0.0   2018-09-13 (PERLANCAR)

        [INCOMPATIBLE CHANGES]

        - Complete rewrite. Remove all routines from Software::Catalog, the
          module becomes a specification.


0.05    2015-09-04 (PERLANCAR)

	- No functional changes.

	- [dist] Move spec prereqs from RuntimeRequires to
	  DevelopRecommends to reduce deps but still allow indicating spec
	  requirement.


0.04    2014-08-22 (SHARYANTO)

        - No functional changes.

        - Rebuild and remove '# VALIDATE_ARGS' to make the built module works
          under Perl < 5.14 (because there is a change in Regexp stringification
          in 5.14) [CT].


0.03    2012-11-08 (SHARYANTO)

        - Require software ID to be [a-z0-9_]+ only (no more dashes), so it can
          be used as module name.


0.02    2012-11-08 (SHARYANTO)

        - Add get_software_info(). Add some more data. Some fixes/tweaks.


0.01    2012-11-08 (SHARYANTO)

        - First release (proof of concept).