From 083940407813419a869af1cd3204a9a49a1dbe57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Raddaoui=20Mar=C3=ADn?= Date: Mon, 21 Oct 2024 21:38:55 +0200 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md 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