Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Changelog

## [2.0.1](../../releases/tag/v2.0.1) - Unreleased
## [2.0.2](../../releases/tag/v2.0.2) - Unreleased

- ...

## [2.0.1](../../releases/tag/v2.0.1) - 2024-10-25

### 🚀 Features

- Add standby URL and change default standby port
- Add crawlee version to system info output

### 🐛 Bug Fixes

- Allow empty timeout_at environment variable
- Use HttpHeaders type in Scrapy integration
- Adjust tests for Scrapy user data

## [2.0.0](../../releases/tag/v2.0.0) - 2024-09-10

- Check the [Upgrading to v2.0](https://docs.apify.com/sdk/python/docs/upgrading/upgrading-to-v2) guide.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "apify"
version = "2.0.1"
version = "2.0.2"
description = "Apify SDK for Python"
authors = ["Apify Technologies s.r.o. <[email protected]>"]
license = "Apache-2.0"
Expand Down
Loading