From 484e0eb1983a878ef5db5cad3e0b6971e8b0c962 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Thu, 2 Jan 2025 17:08:04 +0100 Subject: [PATCH] v0.6.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3a978..80c12d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog +## 0.6.x +### 0.6.0 +- Working on to Publish on pypi +- Renaming of files and classes + ## 0.5.x +### 0.5.0 ### **OPTIMA35 0.5.0: Code Cleaning and Preparation for Split** - Cleaned up the codebase, following **PEP8**, adding indication for only internal functions. - Refactored the project in preparation for splitting it into **OPTIMA35 (core functionality)** and **UI (graphical and text interfaces)**.