Skip to content

Commit 18a693d

Browse files
chore: bump version to v0.11.1 [ci skip]
1 parent 3579d09 commit 18a693d

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.1] - 2026-03-20
11+
12+
### Fixed
13+
- **Structured summary parsing** - When `summary: { schema: ... }` is provided, the gem now automatically parses the JSON-encoded summary string returned by the API into a Ruby Hash. Plain text summaries (no schema) are unchanged.
14+
15+
### Changed
16+
- **Parameter consolidation** - Flat content sub-parameters (e.g., `text_max_characters`, `highlights_query`) are now automatically nested under their parent hashes before conversion, simplifying CLI integration
17+
1018
## [0.11.0] - 2026-03-19
1119

1220
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
exa-ai (0.11.0)
4+
exa-ai (0.11.1)
55
dotenv (~> 3.0)
66
faraday (~> 2.0)
77
toon-ruby (~> 0.1)

lib/exa/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Exa
4-
VERSION = "0.11.0"
4+
VERSION = "0.11.1"
55
end

0 commit comments

Comments
 (0)