Skip to content

Commit 1efa778

Browse files
author
kevin
committed
chore(release): Release 0.8.0
1 parent a0cb158 commit 1efa778

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 0.8.0 (2025-01-22)
2+
3+
### Feat
4+
5+
- Add alerts endpoints
6+
7+
### Fix
8+
9+
- Add sync alert logs
10+
- Update report request model
11+
- Update report request model
12+
- Update request params for alerts
13+
- Add alert logs
14+
- Move report to outer object
15+
- Update description for cron
16+
- Update request body for alerts and add dtos
17+
- Add support for empty body (204 no content)
18+
- Update request method of update alerts
19+
- Typing fixes
20+
- Typing fixes
21+
- Use typing extension for annotated
22+
- Add pydantic email validator
23+
- Typing fixes
24+
- Typing fixes
25+
- Update payload dump method
26+
127
## 0.7.58 (2025-01-03)
228

329
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "asknews"
3-
version = "0.7.58"
3+
version = "0.8.0"
44
description = "Python SDK for AskNews"
55
authors = ["Emergent Methods <[email protected]>"]
66
packages = [{ include = "asknews_sdk" }]

0 commit comments

Comments
 (0)