Skip to content

Commit b8e8a16

Browse files
author
Apify Release Bot
committed
chore(release): Update changelog and package version [skip ci]
1 parent f0392a4 commit b8e8a16

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
<!-- git-cliff-unreleased-start -->
6-
## 1.5.1 - **not yet released**
5+
## [2.0.0](https://github.com/apify/apify-shared-python/releases/tag/v2.0.0) (2025-08-13)
76

87
### Chore
98

@@ -13,9 +12,9 @@ All notable changes to this project will be documented in this file.
1312
### Refactor
1413

1514
- [**breaking**] Remove unused code from models, types, and utils ([#43](https://github.com/apify/apify-shared-python/pull/43)) ([ea02f2c](https://github.com/apify/apify-shared-python/commit/ea02f2c818bb7c365c56529146bf021b5b2575f5)) by [@vdusek](https://github.com/vdusek)
15+
- [**breaking**] Remove deprecated enum values ([#48](https://github.com/apify/apify-shared-python/pull/48)) ([1d24989](https://github.com/apify/apify-shared-python/commit/1d249897fa9a5a4c608f797925e82a9c679a430b)) by [@vdusek](https://github.com/vdusek)
1616

1717

18-
<!-- git-cliff-unreleased-end -->
1918
## [1.5.0](https://github.com/apify/apify-shared-python/releases/tag/v1.5.0) (2025-08-05)
2019

2120
### 🚀 Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "apify_shared"
7-
version = "1.5.1"
7+
version = "2.0.0"
88
description = "Tools and constants shared across Apify projects."
99
authors = [{ name = "Apify Technologies s.r.o.", email = "[email protected]" }]
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)