Skip to content

Commit

Permalink
Bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Feb 14, 2025
1 parent 561ff9a commit 0e30b1e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 5.0.3 - 2/14/25

### New

- Added official support for Python 3.13.
- Added Dependabot config for automated dependency updates.
- Added `accession_numbers_to_skip` parameter to `get()` to skip downloading of specific accession numbers.

### Changed

- Locked Pyrate limiter to v3.6+ to ensure maximum compatibility and performance.

## 5.0.2 - 10/8/23

### New
Expand Down
2 changes: 1 addition & 1 deletion sec_edgar_downloader/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.2"
__version__ = "5.0.3"

0 comments on commit 0e30b1e

Please sign in to comment.