File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 0.2.0] - 2026-03-06
4+
5+ - Rewrite core: stateless API classes take access_token directly
6+ - Remove Configuration and Client classes
7+ - Generate 20+ API classes from OpenAPI specs
8+ - Fix generator handling of $ref body parameters
9+ - Add VCR-based integration tests
10+ - Add client_id/client_secret with ENV fallback on AmazonAds module
11+
312## [ 0.1.0] - 2025-12-27
413
514- Initial release
918- Sponsored Products API
1019- OpenAPI-based code generator
1120- RBS type signatures
21+
22+ [ Unreleased ] : https://github.com/lineofflight/amazon-ads-ruby/compare/v0.2.0...HEAD
23+ [ 0.2.0 ] : https://github.com/lineofflight/amazon-ads-ruby/compare/v0.1.0...v0.2.0
24+ [ 0.1.0 ] : https://github.com/lineofflight/amazon-ads-ruby/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module AmazonAds
4- VERSION = "0.1 .0"
4+ VERSION = "0.2 .0"
55end
You can’t perform that action at this time.
0 commit comments