Skip to content

Commit 0ffdf6d

Browse files
chore(release): bump version to v0.8.0 [ci skip]
1 parent 2f03225 commit 0ffdf6d

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.8.0] - 2026-02-13
11+
12+
### Added
13+
- **Automatic .env file loading** - CLI and library now automatically load environment variables from .env files, eliminating the need to manually set EXA_API_KEY environment variable
14+
15+
### Changed
16+
- **dotenv dependency** - Moved dotenv from development to runtime dependency to support automatic .env file loading
17+
1018
## [0.7.2] - 2026-02-13
1119

1220
### Changed

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.7.2)
4+
exa-ai (0.8.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.7.2"
4+
VERSION = "0.8.0"
55
end

0 commit comments

Comments
 (0)