v0.0.1, 2021-01-18 -- Initial release (alpha).
v0.0.2, 2021-01-18 -- fix some project urls.
v0.0.3, 2021-01-18 -- add Exceptions and MeteoAlarm class.
v0.0.4, 2021-01-18 -- fix dependencies on pypi package.
v0.0.5, 2021-01-18 -- fix Spain code and add more regions to DE.
v0.0.6, 2021-01-19 -- change the name of main method and add resources info.
v0.0.7, 2021-01-19 -- updated data and documentation.
v0.0.8, 2021-01-19 -- full codes for big countries.
v0.0.9, 2021-01-20 -- add regions for PL and add field 'message_id'.
v0.1.0, 2021-01-22 -- more defensive code.
v0.1.1, 2021-01-23 -- add more countries to MANY_REGIONS_COUNTRIES.
v0.1.2, 2021-01-23 -- add 'alert_id'.
v0.1.3, 2021-01-25 -- catch socket timeout errors.
v0.1.4, 2021-01-25 -- sanityze url.
v0.1.5, 2021-01-26 -- date/time in ISO8601 format.
v0.1.6, 2021-01-29 -- add published.
v0.1.7, 2021-01-30 -- faster API for the majority of countries.
v0.1.8, 2021-02-01 -- update resources.
v0.1.9, 2021-02-03 -- add 'countries_iso' map.
v0.2.0, 2021-02-05 -- new strategy (all uniq alerts).
v0.2.1, 2021-02-05 -- all uniq alerts (from older to newest).
v0.2.2, 2021-02-08 -- optimize flow and cleaner messages.
v0.2.3, 2021-02-09 -- discriminate between white and green alerts.
v0.2.4, 2021-02-10 -- new 'alert_id' algorithm.
v0.2.5, 2021-02-12 -- assure proper order on alerts.
v0.2.6, 2021-02-12 -- (NOT RELEASED).
v0.3.0, 2021-02-14 -- add language parsing of message field.
v0.3.1, 2021-02-17 -- expose more resources.
v0.3.2, 2021-02-21 -- change 'alert_id' algorithm.
v0.3.3, 2021-02-22 -- fix 'missing exception' bug.
v0.3.4, 2021-02-22 -- add timeout to MeteoAlarm and close #2.
v0.3.5, 2021-02-23 -- drop dependency on feedparser.
v0.3.6, 2021-02-23 -- fix 'debug code'.
v0.3.7, 2021-02-24 -- fix 'cu to bu' bug.
v0.3.8, 2021-02-25 -- fix 'bu to bg' bug.
v0.3.9, 2021-02-25 -- (NOT RELEASED).
v1.0.0, 2021-03-02 -- first 'production' version.
v1.0.1, 2021-03-09 -- fix issue #6.
v1.0.2, 2021-03-12 -- don't parse msg for countries with non-stable quirks.
v1.0.3, 2021-03-19 -- Add 'language parsing' to MD.
v1.0.4, 2021-03-29 -- Add type annotations.
v1.0.5, 2021-04-05 -- Reconfig UK.
