Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4nt0r committed Jan 20, 2025
1 parent c3239f5 commit 19068b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 1.0.0

- Refactored response types to dataclasses (breaking change)
- Use mashumaro for faster json serialization
- **New API method:** `get_activity` retrieves latest activity for a list
- Various improvements to exception handling and overall code quality

## 0.9.1

- Don't raise BringParseException on parsing errors for unauthorized request responses
Expand Down
2 changes: 1 addition & 1 deletion bring_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Bring API package."""

__version__ = "0.9.1"
__version__ = "1.0.0"

from .bring import Bring
from .exceptions import (
Expand Down

0 comments on commit 19068b9

Please sign in to comment.