From 9f01e53aeaa96f52c79209064a8b21dc6c730e09 Mon Sep 17 00:00:00 2001 From: Karl Webster <19327709+ktasper@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:34:29 +0000 Subject: [PATCH] Added Changelog --- Changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..ca4bdfe --- /dev/null +++ b/Changelog.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## [Released] + +## [Unreleased] +## [0.1.0] - 11-03-23 + +### Added +- This CHANGELOG file to hopefully serve as an evolving example of a + standardized open source project CHANGELOG. +- Added FMDS program +- Added build step to generate zips for users who do not want to run `python` \ No newline at end of file