// vim: tw=0 ai et ts=2 sw=2
= Changelog
Ewan Edwards <eedwards@journaltech.com>
:keepacl: https://keepachangelog.com/en/1.1.0/[Keep a Changelog^]
:semantic: https://semver.org/spec/v2.0.0.html[Semantic Versioning^]
:org: https://github.com/jtidocs
:repo: jti-antora-extension-repeated_words
:unreleased: {org}/{repo}/compare/v1.0.1\...HEAD[Unreleased]
:1-0-0: {org}/{repo}/releases/tag/1.0.0[1.0.0]
:1-0-1: {org}/{repo}/compare/tag/1.0.0\...1.0.1[1.0.1]
:1-0-2: {org}/{repo}/compare/tag/1.0.1\...1.0.2[1.0.2]
:1-0-3: {org}/{repo}/compare/tag/1.0.2\...1.0.3[1.0.3]
:1-0-4: {org}/{repo}/compare/tag/1.0.3\...1.0.4[1.0.4]

All notable changes to this project are documented in this file.

The format is based on {keepacl}, and this project adheres to {semantic}.

== {unreleased}

== {1-0-4} - 2025-02-11

- Replaced `return` statements with `continue` in `for` loop.


== {1-0-3} - 2025-01-08

- Fixed handling of empty files.


== {1-0-2} - 2025-01-08

- Refactored the `check` function to avoid returning a `null` result.


== {1-0-1} - 2023-05-31

- Fixed regex capture.

== {1-0-0} - 2023-05-29

- Initial release.
