Skip to content

Commit 661b546

Browse files
chore: bump version to v0.6.0 [ci skip]
1 parent ae13709 commit 661b546

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.0] - 2025-11-28
11+
12+
### Added
13+
14+
#### Webset Imports
15+
- **Import API operations** - Full support for creating and managing webset imports from CSV files
16+
- **File upload service** - Service for uploading CSV files to create websets from external data
17+
- **Import resource objects** - Resource objects for handling import responses and status
18+
- **Import CLI commands** - Complete CLI interface for import operations (create, list, get)
19+
- **Create websets from imports** - Direct webset creation from import results
20+
21+
#### Webset Monitors
22+
- **Monitor API operations** - Comprehensive support for creating, retrieving, listing, updating, and deleting webset monitors
23+
- **Monitor resource objects** - Resources for handling monitor configurations and schedules
24+
- **Monitor CLI commands** - Full CLI suite for monitor operations (create, get, list, update, delete)
25+
- **Automated webset updates** - Schedule periodic searches to keep websets up-to-date
26+
27+
#### CLI Enhancements
28+
- **TOON output format** - New output format option for CLI commands supporting TOON serialization
29+
30+
### Changed
31+
- **Entity type validation** - Refactored and consolidated entity type validation logic across webset operations
32+
1033
## [0.5.0] - 2025-11-26
1134

1235
### 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.5.0)
4+
exa-ai (0.6.0)
55
faraday (~> 2.0)
66
ld-eventsource (~> 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.5.0"
4+
VERSION = "0.6.0"
55
end

0 commit comments

Comments
 (0)