Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong authored Jul 20, 2023
1 parent f40a213 commit d7846fe
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,27 @@ 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)
**Released:** July 20, 2023<br />
**Tag:** v0.0.3

## Version 0.0.2 (Latest)
### Breaking Changes

- views.py has been replaced by traffic.py in the main directory
- views.yml has been replaced by traffic.yml in the .github/workflows directory
- views.csv has been replaced by traffic.csv in the data directory
- traffic.csv adds two extra columns to the table schema ("clones" and "unique_cloners") compared to the old views.csv file
- traffic.csv renames two of the columns from the old views.csv file:
- "repo" renamed to "repository"
- "visitor" renamed to "unique_visitor"

### Enhancements

- Daily capture process now includes data for clones and unique cloners for each repository.

<br /><br />

## Version 0.0.2
**Released:** July 13, 2023<br />
**Tag:** v0.0.2

Expand Down

0 comments on commit d7846fe

Please sign in to comment.