monadoro (4.0.0)

	* Add a newline in the end of timer countdown.

	Each countdown was missing a newline character when it ended.

	MacOS showed this explicitly, with a percent mark (`%`), after each
	such line. Thanks to that I found this problem.

	The test is not coupled to this behavior. I have not found a way to
	test this with DocTest, and without DocTest the test would not have
	been as clear.

monadoro (3.6.2)

	* Test an internal method for printing usage.

	As previously, releasing to sync user version with the source.

monadoro (3.6.1)

	* Migrate to the latest LTS resolver.

	Releasing to keep user-available version up-to-date with the source.

monadoro (3.6.0)

	* Lint source to make it easier to contribute to.

monadoro (3.5.0)

	* Improve and unify the display mechanism.

monadoro (3.1.0)

	* Move library functions out of the main module.

monadoro (3.0.0)

	* Drop dependency on package ansi-terminal.

monadoro (2.6.3)

	* Add a man page.

monadoro (2.6.2)

	* Fix surprising output on `stack test`.

	  There were identical lines of output occurring multiple times without a
	  clear reason.

	  Fixed by bumping the resolver used to 19.9 LTS.

monadoro (2.6.0)

	* Filter invalid time intervals from input.

monadoro (2.5.0)

	* Clean up lots of dead code.

monadoro (2.4.0)

	* Add option to resume a pomodoro from a given time.

	Should you need to reboot your computer while on a pomodoro, it is now
	possible to resume the timer from a specified time.

monadoro (2.2.0)

	* Complete and integrate unit tests.

	* Read the "-v" version number directly from the package.yaml file.

	This allowed to remove one module from the package. I handed the
	responsibility of that module to dedicated mechanisms that were already
	available.

monadoro (2.1.11)

	* Fix -v switch.

	* Match reported package version to package.yaml using a script.

	* Remove experimental dependency on TemplateHaskell (TH).

monadoro (2.1.9)

	* Source version number from package.yaml using TemplateHaskell.

monadoro (2.1.6)

	* Bump version using a script.

monadoro (2.1.5)

	* Fix a spelling error in README.

monadoro (2.1.4)

	* Fix package metadata.

monadoro (2.1.3)

	* Fix package metadata.

monadoro (2.1.2)

	* Complete the pattern list for the argument parser.

monadoro (2.1.0)

	* Prune dependencies.

monadoro (2.0.0)

	* Add option for a long (4-pomodoro) session.

monadoro (1.0.0)

	* Initial release.
