Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong authored Aug 2, 2023
1 parent 9917850 commit bf2e765
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br /><br />

## Version 0.0.3 (Latest)
## Version 0.0.4 (Latest)
**Released:** August 2, 2023<br />
**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.

<br /><br />


## Version 0.0.3
**Released:** July 20, 2023<br />
**Tag:** v0.0.3

Expand Down

0 comments on commit bf2e765

Please sign in to comment.