0.111   2025-10-15  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [doc] Fix another typo in example.
        - [doc] Add FAQ section.
0.110   2021-03-25  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Fix typo in example in Synopsis.
0.10    2017-07-10  Released-By: PERLANCAR
	- No functional changes.
	- Replace Log::Any with Log::ger.
0.09    2016-01-29  Released-By: PERLANCAR
	- Support quoted value in attributes, so we can have values that
	  contain whitespaces.
	- Bump prereq version Log::Any::IfLOG to 0.07.
0.08    2015-09-06  Released-By: PERLANCAR
	- No functional changes.
	- [dist] Move spec prereqs from RuntimeRequires to
	  DevelopRecommends to reduce deps but still allow indicating spec
	  requirement.
0.07    2015-08-18  Released-By: PERLANCAR
	- No functional changes.
	- Switch from Log::Any to Log::Any::IfLOG.
0.06    2014-11-17  Released-By: PERLANCAR
	- No functional changes.
	- Tweak error messages (include the missing/invalid ID/parameter
	  name).
0.05    2014-11-16  Released-By: PERLANCAR
	- [Bugfix] Missed a space before attributes when replacing
	  fragment.
0.04    2014-11-09  Released-By: PERLANCAR
	- No functional changes.
	- Remove debugging print statement.
0.03    2014-10-31  Released-By: PERLANCAR
	- No functional changes.
	- [Bugfix] Inserting at the bottom of empty string should add
	  ending newline.
0.02    2014-10-31  Released-By: PERLANCAR
	- [Bugfix] fragment with longer ID e.g. foo-bar will match shorter
	  ID (e.g. foo).
	- Relax ID so it can contain dashes, underscores, dots, commas,
	  colons (I happen to want to use program names as ID's).
0.01    2012-09-12  Released-By: SHARYANTO
        - First release, extracted/renamed from Setup-Text-Snippet because
          Text::Snippet was already taken.