Skip to content

Commit 55b79cf

Browse files
chore(release): bump version to v0.9.0 [ci skip]
1 parent ec88cda commit 55b79cf

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.9.0] - 2026-02-24
11+
12+
### Added
13+
- **Webset title support** - Websets can now be created and updated with an optional `title` field via both the Ruby client and CLI (`--title` flag on `webset-create` and `webset-update`)
14+
15+
### Fixed
16+
- **Integration test stability** - Added pre/post-suite sweep of stale websets to prevent hitting concurrent webset API limits during test runs
17+
1018
## [0.8.0] - 2026-02-13
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.8.0)
4+
exa-ai (0.9.0)
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.8.0"
4+
VERSION = "0.9.0"
55
end

0 commit comments

Comments
 (0)