From 3d297b25f9ac4fc22334c5e0f7a5c59a6104a583 Mon Sep 17 00:00:00 2001 From: Rajtilak Bhattacharjee Date: Tue, 14 Nov 2023 21:06:07 +0530 Subject: [PATCH] feat: introduce CHANGELOG.md for version tracking - Added CHANGELOG.md to document version changes, improvements, and updates for better project version tracking and release management. --- 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..9cfca5a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased](https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD) + +**Added** + +- CHANGELOG.md + +## [v1.0.0](https://github.com/rajtilakjee/keepyourmouthshut/releases/tag/v1.0.0) - 2023-11-14 + +**Added** + +- Streamlit implementation +- Docker image