Skip to content

Commit

Permalink
1.2.2 release data
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondilworth56 committed Aug 24, 2024
1 parent a7333d9 commit d38c724
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ I welcome all pull requests for improvements or missing endpoints over time as t

# Changelog

**1.2.2**
- Added `driver_list` endpoint, thanks to @nylanderj for that
- Corrected issues where `if [parameter]` would skip if the parameter was correctly set to 0, e.g. `race_week_num`. Thanks to @abelsm2 for that
- Added initial test setup
- Added type hints throughout

**1.2.0**
Thanks to @ablesm2 for these changes.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="iracingdataapi",
version="1.2.0",
version="1.2.2",
author="Jason Dilworth",
author_email="[email protected]",
description="A simple wrapper around the iRacing General Data API",
Expand Down

0 comments on commit d38c724

Please sign in to comment.