Revision history for Perl extension TAP::Formatter::GitHubActions.

0.3.0_2  Fri 01 Dec 2023 14:49:58
	- Cleaned-up output for the happy-path (no output on all ok).

0.3.0_1  Thu Nov 30 20:48:05 2023
	- Rewrite a couple of bits & regexes to add support for YAML output provided
	  by `Test2::Formatter::YAMLEnhancedTAP`.

	  Context lines should be tidier now since there's a somewhat "generalized" way of storing the parsed output.

0.2.6  Wed 29. Nov 19:38:51 2023
	- Cleanup unused code TAP::Formatter::GitHubActions::Session.

0.2.5  Wed 29. Nov 18:23:33 2023
	- Avoid capturing `# Subtest` lines into the context.

0.2.4  Wed 29. Nov 17:43:05 2023
	- Remove IO::Scalar dependency.
	- Add GitHub Workflow & perltidy rules.
	- Feeding more info in Makefile.PL

0.2.3  Wed Nov 29 08:17:36 2023
	- Align perl versions through the module. Using 5.016 everywhere.

0.2.2  Fri Nov 28 23:08:15 2023
	- Added usage instructions to the pod.

0.2.1  Fri Nov 28 23:08:15 2023
	- Fixed the versioning a bit. It should be SemVer now.

0.01  Fri Nov 24 21:31:57 2023
	- original version; created by h2xs 1.23 with options
		-AX --skip-exporter --use-new-tests -n TAP::Formatter::GitHubActions