Skip to content

Commit e4077f6

Browse files
committed
Prepend to changelog instead of overwriting
1 parent a2f5c3c commit e4077f6

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
name: Prepare release metadata
2424
with:
2525
release_type: prerelease
26+
existing_changelog_path: CHANGELOG.md
2627

2728
lint_check:
2829
name: Lint check

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
with:
4343
release_type: ${{ inputs.release_type }}
4444
custom_version: ${{ inputs.custom_version }}
45+
existing_changelog_path: CHANGELOG.md
4546

4647
lint_check:
4748
name: Lint check

CHANGELOG.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
11
# Changelog
22

3-
## [1.8.2](../../releases/tag/v1.8.2) - Unreleased
3+
All notable changes to this project will be documented in this file.
44

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

7-
## [1.8.1](../../releases/tag/v1.8.1) - 2024-09-17
8+
### 🚀 Features
89

9-
### Fixed
10+
- Add user.update_limits ([#279](https://github.com/apify/apify-client-python/pull/279)) ([7aed9c9](https://github.com/apify/apify-client-python/commit/7aed9c928958831168ac8d293538d6fd3adbc5e5)) by [@MFori](https://github.com/MFori), closes [#329](https://github.com/apify/apify-client-python/issues/329)
1011

11-
- batch add requests can handle more than 25 requests
1212

13-
## [1.8.0](../../releases/tag/v1.8.0) - 2024-08-30
13+
<!-- git-cliff-unreleased-end -->
14+
## [1.8.1](https://github.com/apify/apify-client-python/releases/tags/v1.8.1) (2024-09-17)
1415

15-
### Added
16+
### 🐛 Bug Fixes
17+
18+
- Batch add requests can handle more than 25 requests ([#268](https://github.com/apify/apify-client-python/pull/268)) ([9110ee0](https://github.com/apify/apify-client-python/commit/9110ee08954762aed00ac09cd042e802c1d041f7)) by [@vdusek](https://github.com/vdusek), closes [#264](https://github.com/apify/apify-client-python/issues/264)
1619

17-
- add `headers_template` kwarg to webhook create and update
18-
- allow passing list of fields to `unwind` parameter in dataset item listing endpoints
1920

20-
### Others
21+
## [1.8.0](https://github.com/apify/apify-client-python/releases/tags/v1.8.0) (2024-08-30)
2122

2223
- drop support for Python 3.8
2324

25+
### 🚀 Features
26+
27+
- Adds headers_template to webhooks and webhooks_collection ([#239](https://github.com/apify/apify-client-python/pull/239)) ([6dbd781](https://github.com/apify/apify-client-python/commit/6dbd781d24d9deb6a7669193ce4d5a4190fe5026)) by [@jakerobers](https://github.com/jakerobers)
28+
- Add actor standby ([#248](https://github.com/apify/apify-client-python/pull/248)) ([dd4bf90](https://github.com/apify/apify-client-python/commit/dd4bf9072a4caa189af5f90e513e37df325dc929)) by [@jirimoravcik](https://github.com/jirimoravcik)
29+
- Allow passing list of fields to unwind parameter ([#256](https://github.com/apify/apify-client-python/pull/256)) ([036b455](https://github.com/apify/apify-client-python/commit/036b455c51243e0ef81cb74a44fe670abc085ce7)) by [@fnesveda](https://github.com/fnesveda)
30+
2431
## [1.7.1](../../releases/tag/v1.7.1) - 2024-07-11
2532

2633
### Fixed

0 commit comments

Comments
 (0)