Skip to content

Commit 95b4799

Browse files
committed
updated changelog
1 parent 0ca858e commit 95b4799

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.0.3
4+
5+
- Updated import paths to resolve module not found errors.
6+
- Scraper methods now accept direct parameters and include a response object for easier access to results and metadata.
7+
- Replaced print statements with the logging module for better error handling.
8+
- Introduced AsyncClient, RealtimeClient, and ProxyClient to support all sources, providing a more organized structure.
9+
310
## 1.0.2
411

512
- Fixed function and class naming.

src/oxylabs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)