From edb3fd233f976c14939e0cb091800350b44481a9 Mon Sep 17 00:00:00 2001 From: Hugo Tinoco <43675476+h4ndzdatm0ld@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:16:38 +0000 Subject: [PATCH] Release v2.1.0 --- docs/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index f669baa..fa98de0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,12 @@ 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). +## [2.1.0] - 2024-10-13 + +- Deprecation of Python 3.8 +- Formatting Changes with Black +- Updated CI/CD to use `ruff check` + ## [2.0.0] - 2022-03-14 ### Added