diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..5218ca8e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog], and this project adheres to +[Semantic Versioning]. Numbers in parentheses are related issues or pull +requests. + +## [Unreleased] + +### Added + +- Read allowed file formats from a CSV file (#60) + +## [0.1.0] - 2024-09-19 + +Initial release. + +[unreleased]: https://github.com/artefactual-sdps/preprocessing-sfa/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/artefactual-sdps/preprocessing-sfa/releases/tag/v0.1.0 +[keep a changelog]: https://keepachangelog.com/en/1.1.0 +[semantic versioning]: https://semver.org/spec/v2.0.0.html