Skip to content

Commit bf2e765

Browse files
Update CHANGELOG.md
1 parent 9917850 commit bf2e765

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,25 @@ This changelog file outlines a chronologically ordered list of the changes made
33
It is organized by version and release date followed by a list of Enhancements, New Features, Bug Fixes, and/or Breaking Changes.
44
<br /><br />
55

6-
## Version 0.0.3 (Latest)
6+
## Version 0.0.4 (Latest)
7+
**Released:** August 2, 2023<br />
8+
**Tag:** v0.0.4
9+
10+
### Breaking Changes
11+
12+
- traffic.py has been moved from the main directory to the /src directory.
13+
14+
### Enhancements
15+
16+
- Added activity.py script to the /src directory for capturing the total number of stars, watchers, and forks for each repository.
17+
- Added activity.csv to the /data directory to store the cumulative total of stars, watchers, and forks each day.
18+
- Added activity.yml to the /.github/workflows directory to manage the python environment and runtime of the activity.py file.
19+
- Updated the README.md file to detail the new enhancements.
20+
21+
<br /><br />
22+
23+
24+
## Version 0.0.3
725
**Released:** July 20, 2023<br />
826
**Tag:** v0.0.3
927

0 commit comments

Comments
 (0)