From 82329c9dab1abd4c21cb81620c4abfd9e260a43c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Proch=C3=A1zka?= Date: Fri, 28 Aug 2026 11:38:17 +0200 Subject: [PATCH 1/3] chore: sync Rust client with Apify OpenAPI spec v2-2026-08-27T071624Z --- src/version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.rs b/src/version.rs index f405220..b484a69 100644 --- a/src/version.rs +++ b/src/version.rs @@ -10,4 +10,4 @@ pub const CLIENT_VERSION: &str = env!("CARGO_PKG_VERSION"); /// and verified against. /// /// This corresponds to the `info.version` field of the Apify OpenAPI document. -pub const API_SPEC_VERSION: &str = "v2-2026-08-14T072928Z"; +pub const API_SPEC_VERSION: &str = "v2-2026-08-27T071624Z"; From 809be3c6548c265e96640430b70664d577862b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Proch=C3=A1zka?= Date: Fri, 28 Aug 2026 11:38:30 +0200 Subject: [PATCH 2/3] chore: bump crate version to 0.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b2da2c8..455024e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apify-client" -version = "0.9.0" +version = "0.9.1" authors = ["Apify Technologies "] description = "An official, but experimental, AI-generated and AI-maintained Rust client for the Apify API (https://apify.com)." license = "Apache-2.0" From 5fd91552836c7124677227f5b7f4052cb0d40826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Proch=C3=A1zka?= Date: Fri, 28 Aug 2026 11:40:08 +0200 Subject: [PATCH 3/3] docs: add 0.9.1 changelog entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a56d836..e302dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the Rust Apify API client are documented here. The format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the project adheres to [Semantic Versioning](https://semver.org/). +## [0.9.1] - 2026-08-28 + +### Changed +- Bumped `API_SPEC_VERSION` to `v2-2026-08-27T071624Z`. +- Bumped crate version to `0.9.1`. + ## [0.9.0] - 2026-08-15 ### Added