From 3fb288f40424e20d0a2acee80128bbb811aa0f49 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 7 Oct 2024 15:12:15 -0500 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f28aaa5..3609967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [Unreleased v0.2.0] + +- Adjusted `github-linguist` statistics, ignoring `.hooks` +- Widened `paths-ignore` for `build` and `test` workflows. +- Removed `paths-ignore` for `build` workflow on `push` trigger. + ## v0.1.6 - Began tracking changes in the `CHANGELOG.md` file.