From 360a1ceeb9b1dbb3139a3e4bd10216e8c5792628 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Silva Date: Tue, 17 Dec 2024 12:32:35 +0000 Subject: [PATCH] Added CHANGELOG.md --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a5b20ba --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# 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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + + +## [2.0.0-rc1] - 2024-12-17 + +### Added + +- Initial project restructuring and features + + +## [1.0.0] - ? + +### Added + +- Previous version, developed by a different team + + +[2.0.0-rc1]: https://github.com/geobeyond/arpav-ppcv/compare/v1.0.0-rc1...main