contentstack-api-client-rs 0.2.0

Async Rust client for the Contentstack CMS API, supporting both Delivery (CDN) and Management APIs with built-in rate limiting and streaming.
Documentation
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0]https://github.com/vitorbarbosagoncalves/contentstack-api-client-rs/compare/v0.1.1...v0.2.0 - 2026-04-08

### Added

- *(management)* add Management API client ([#19]https://github.com/vitorbarbosagoncalves/contentstack-api-client-rs/pull/19)
- *(middleware)* integrate reqwest-middleware with RateLimiter ([#17]https://github.com/vitorbarbosagoncalves/contentstack-api-client-rs/pull/17)
- *(rate-limiter)* add ClientRateLimiter with governor GCRA ([#15]https://github.com/vitorbarbosagoncalves/contentstack-api-client-rs/pull/15)

## [0.1.1]https://github.com/vitorbarbosagoncalves/contentstack-api-client-rs/compare/v0.1.0...v0.1.1 - 2026-03-10

### Other

- fix release-plz workflow to use PAT in checkout and action steps ([#4]https://github.com/vitorbarbosagoncalves/contentstack-api-client-rs/pull/4)