From bf2e765c67356595b8d2cff55a0a67382e635b50 Mon Sep 17 00:00:00 2001 From: Ross Armstrong <52817125+rossarmstrong@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:42:40 +1000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ea2d9..38c0fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,25 @@ This changelog file outlines a chronologically ordered list of the changes made It is organized by version and release date followed by a list of Enhancements, New Features, Bug Fixes, and/or Breaking Changes.

-## Version 0.0.3 (Latest) +## Version 0.0.4 (Latest) +**Released:** August 2, 2023
+**Tag:** v0.0.4 + +### Breaking Changes + +- traffic.py has been moved from the main directory to the /src directory. + +### Enhancements + +- Added activity.py script to the /src directory for capturing the total number of stars, watchers, and forks for each repository. +- Added activity.csv to the /data directory to store the cumulative total of stars, watchers, and forks each day. +- Added activity.yml to the /.github/workflows directory to manage the python environment and runtime of the activity.py file. +- Updated the README.md file to detail the new enhancements. + +

+ + +## Version 0.0.3 **Released:** July 20, 2023
**Tag:** v0.0.3