From 59afab9d5320fc572ff1584fb3ada0e4e58b0db0 Mon Sep 17 00:00:00 2001 From: Anton Petnitsky <168552591+Mukller@users.noreply.github.com> Date: Sat, 11 Jul 2026 07:11:46 +0300 Subject: [PATCH 1/2] docs: add CHANGELOG.md --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0734537 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# 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] + +### Added +- Future features will be listed here + +### Changed +- Ongoing updates + +### Fixed +- Bug fixes + +--- +*[Mukller](https://github.com/Mukller)* From f489f4c134bca03b59b09108d78a4c93660efd7a Mon Sep 17 00:00:00 2001 From: Anton Petnitsky <168552591+Mukller@users.noreply.github.com> Date: Sat, 11 Jul 2026 07:11:48 +0300 Subject: [PATCH 2/2] docs: add contributor profile link to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index af31328..aff0c28 100644 --- a/README.md +++ b/README.md @@ -192,3 +192,7 @@ library](https://docs.python.org/3/library/) and [NumPy](https://www.numpy.org/) circumstances ;) See full contributing guidelines [here](./CONTRIBUTING.md). + +--- + +*[Mukller](https://github.com/Mukller)*