From ef0a6f80bb2bf289d5daeab56ab782c8b22f7ec8 Mon Sep 17 00:00:00 2001 From: Eli Peter <54954007+ecpeter23@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:52:06 +0200 Subject: [PATCH] Rename CHANGELOG.MD to CHANGELOG.md (#16) --- CHANGELOG.MD => CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename CHANGELOG.MD => CHANGELOG.md (95%) diff --git a/CHANGELOG.MD b/CHANGELOG.md similarity index 95% rename from CHANGELOG.MD rename to CHANGELOG.md index 932240b5..8ded1a99 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.md @@ -29,4 +29,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `clean` command: remove one or all project indexes - Configuration system with `nyx.conf` (generated) and `nyx.local` (user overrides) - Default severity levels: High, Medium, Low -- Unit tests for core modules (config, ext, project utils) \ No newline at end of file +- Unit tests for core modules (config, ext, project utils)