Skip to content

Commit 770210c

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

File tree

1 file changed

+28
-45
lines changed

1 file changed

+28
-45
lines changed

CHANGELOG.md

Lines changed: 28 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,63 @@
11
# Changelog
22

3-
## [1.4.0](../../releases/tag/v1.4.0) - 2025-04-7
3+
All notable changes to this project will be documented in this file.
44

5-
### Added
5+
<!-- git-cliff-unreleased-start -->
6+
## 1.4.0 - **not yet released**
67

7-
- Added general access enums to consts
8+
### 🚀 Features
89

9-
## [1.3.2](../../releases/tag/v1.3.2) - 2025-03-20
10+
- Add general access enum to consts ([#34](https://github.com/apify/apify-shared-python/pull/34)) ([6de5a2f](https://github.com/apify/apify-shared-python/commit/6de5a2f901625def4b45a2af1d24f8d4ab33664c)) by [@tobice](https://github.com/tobice)
1011

11-
### Added
1212

13-
- Added CLI option to origin enum in actor run model
13+
<!-- git-cliff-unreleased-end -->
14+
## [1.3.2](https://github.com/apify/apify-shared-python/releases/tag/v1.3.2) (2025-03-20)
1415

15-
## [1.3.1](../../releases/tag/v1.3.1) - 2025-03-07
16+
### 🐛 Bug Fixes
1617

17-
### Added
18+
- Add CLI origin ([#32](https://github.com/apify/apify-shared-python/pull/32)) ([1e3360c](https://github.com/apify/apify-shared-python/commit/1e3360c20636c0d8c9d01dcb4d9e196647e9afb0)) by [@janbuchar](https://github.com/janbuchar)
1819

19-
- Added STANDBY option to origin enum in actor run model
2020

21-
## [1.3.0](../../releases/tag/v1.3.0) - 2025-03-04
21+
## [1.3.1](https://github.com/apify/apify-shared-python/releases/tag/v1.3.1) (2025-03-07)
2222

23-
### Removed
23+
### 🐛 Bug Fixes
2424

25-
- Removed unused consts (`CHROME_EXECUTABLE_PATH`, `XVFB`).
25+
- Add STANDBY option to MetaOrigin enum ([#30](https://github.com/apify/apify-shared-python/pull/30)) ([0da682f](https://github.com/apify/apify-shared-python/commit/0da682f128bab62bf47264eb42e88b34245b41c8)) by [@janbuchar](https://github.com/janbuchar)
2626

27-
## [1.2.1](../../releases/tag/v1.2.1) - 2024-12-05
2827

29-
### Changed
28+
## [1.3.0](https://github.com/apify/apify-shared-python/releases/tag/v1.3.0) (2025-03-04)
3029

31-
- Changed `ACTOR_BUILD_TAGS` to be a comma-separated list variable
30+
### Chore
3231

33-
## [1.2.0](../../releases/tag/v1.2.0) - 2024-12-04
32+
- [**breaking**] Remove unused consts ([#28](https://github.com/apify/apify-shared-python/pull/28)) ([b56da6e](https://github.com/apify/apify-shared-python/commit/b56da6e3652c157d087513727e5496530381d0d1)) by [@vdusek](https://github.com/vdusek)
3433

35-
### Added
3634

37-
- Added new environment variables
35+
## [1.2.1](https://github.com/apify/apify-shared-python/releases/tag/v1.2.1) (2024-12-06)
3836

39-
## [1.1.2](../../releases/tag/v1.1.2) - 2024-07-04
37+
### 🐛 Bug Fixes
4038

41-
### Added
39+
- Turn `ACTOR_BUILD_TAGS` into a comma-separated list env var ([#27](https://github.com/apify/apify-shared-python/pull/27)) ([cbe2ddd](https://github.com/apify/apify-shared-python/commit/cbe2ddd5ec4312acdaf8f35308191c26cbc7dfc7)) by [@fnesveda](https://github.com/fnesveda)
4240

43-
- Added constants for Actor Standby
4441

45-
## [1.1.1](../../releases/tag/v1.1.1) - 2024-01-08
42+
## [1.2.0](https://github.com/apify/apify-shared-python/releases/tag/v1.2.0) (2024-12-05)
4643

47-
### Internal changes
44+
### 🚀 Features
4845

49-
- Relative imports were replaced for absolute imports
46+
- Add new environment variables ([#26](https://github.com/apify/apify-shared-python/pull/26)) ([55a8542](https://github.com/apify/apify-shared-python/commit/55a8542639ba9db2e151174412a7cc72883e9679)) by [@fnesveda](https://github.com/fnesveda)
5047

51-
## [1.1.0](../../releases/tag/v1.1.0) - 2023-11-16
5248

53-
### Internal changes
49+
## [1.1.2](https://github.com/apify/apify-shared-python/releases/tag/v1.1.2) (2024-07-04)
5450

55-
- Migrate from Autopep8 and Flake8 to Ruff
51+
### 🚀 Features
5652

57-
## [1.0.4](../../releases/tag/v1.0.4) - 2023-10-18
53+
- **consts:** Add actor standby consts ([#21](https://github.com/apify/apify-shared-python/pull/21)) ([7871d7b](https://github.com/apify/apify-shared-python/commit/7871d7b1d1ce52e4ce6af587e88b95fa842c6280)) by [@jirimoravcik](https://github.com/jirimoravcik)
5854

59-
### Added
6055

61-
- Added support for Python 3.12
56+
## [1.0.2](https://github.com/apify/apify-shared-python/releases/tag/v1.0.2) (2023-08-01)
6257

63-
### Internal changes
58+
### 🚀 Features
6459

65-
- Removed `pytest-randomly` Pytest plugin
66-
- Versions are 2nd level headings in the changelog.
67-
- Unify indentation in the configuration files.
60+
- Use Actor env vars ([#5](https://github.com/apify/apify-shared-python/pull/5)) ([53d27d9](https://github.com/apify/apify-shared-python/commit/53d27d9551ddb143ae26e33b2bb7f7e9a06871d0)) by [@jirimoravcik](https://github.com/jirimoravcik)
6861

69-
## [1.0.2](../../releases/tag/v1.0.2) - 2023-08-02
7062

71-
- Added the `ActorEnvVars` enum and new tests.
72-
- Added the `flake8-simplify` package and simplified some code.
73-
74-
## [1.0.1](../../releases/tag/v1.0.1) - 2023-08-01
75-
76-
- Added the `ignore_docs` decorator to all internal utilities.
77-
78-
## [1.0.0](../../releases/tag/v1.0.0) - 2023-07-25
79-
80-
- Initial release of the package.
63+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)