Skip to content

Commit 472cd9b

Browse files
authored
chore: sync Rust client with Apify OpenAPI spec v2-2026-08-27T071624Z (#23)
1 parent 1f0b1d8 commit 472cd9b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the Rust Apify API client are documented here. The format
44
based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the project adheres
55
to [Semantic Versioning](https://semver.org/).
66

7+
## [0.9.1] - 2026-08-28
8+
9+
### Changed
10+
- Bumped `API_SPEC_VERSION` to `v2-2026-08-27T071624Z`.
11+
- Bumped crate version to `0.9.1`.
12+
713
## [0.9.0] - 2026-08-15
814

915
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apify-client"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Apify Technologies <support@apify.com>"]
55
description = "An official, but experimental, AI-generated and AI-maintained Rust client for the Apify API (https://apify.com)."
66
license = "Apache-2.0"

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pub const CLIENT_VERSION: &str = env!("CARGO_PKG_VERSION");
1010
/// and verified against.
1111
///
1212
/// This corresponds to the `info.version` field of the Apify OpenAPI document.
13-
pub const API_SPEC_VERSION: &str = "v2-2026-08-14T072928Z";
13+
pub const API_SPEC_VERSION: &str = "v2-2026-08-27T071624Z";

0 commit comments

Comments
 (0)