0.010   2020-04-29  Released-By: PERLANCAR; Urgency: low
        - [build] Rebuild with updated App::CSelUtils to remove dependency to
          the deprecated Perinci::Sub::ArgEntity::*.
0.009   2019-08-08  Released-By: PERLANCAR; Urgency: medium
        - [build] Rebuild after merge because 0.004.1's changes was not included
          in releass 0.005-0.008.
0.008   2019-08-08  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [build] Rebuild to update documentation to App::CSelUtils (0.084, new
          action 'eval' and new option --eval).
0.007   2019-07-30  Released-By: PERLANCAR; Urgency: low
	- [ux] Simplify CLI scripts by disabling read_config & read_env.
0.006   2019-07-29  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Update example in Synopsis.
0.005   2019-07-29  Released-By: PERLANCAR; Urgency: medium
	- [incompatible change] Adjust to App::CSelUtils 0.082 (--actions
	  renamed to --node-actions, add --select-action).
0.004.1 2019-08-01  Released-By: PERLANCAR; Urgency: medium
	- [ux] Read file using read_text() so we can die properly when the
	  file is not readable, instead of HTML::TreeBuilder->parse_file
	  which just returns undef on failure.
0.004   2019-07-27  Released-By: PERLANCAR; Urgency: medium
	- Add action dump.
0.003   2019-07-26  Released-By: PERLANCAR; Urgency: medium
	- Rename the original htmlsel (CSS selector variant) to htmlsel to
	  html-css-sel to be more consistent. This utility (htmlsel) now selects
	  using CSel, as other *sel utilities (jsonsel, ddsel, yamlsel, orgsel)
	  select using CSel syntax instead of CSS Selector syntax.
0.002   2016-08-27  Released-By: PERLANCAR
        - No functional changes.
        - [doc] Mention {json,yaml,dd,org}sel.
0.001   2016-04-01  Released-By: PERLANCAR
        - First early release.