File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.0] - 2025-11-14
11+
12+ ### Added
13+ - Dotenv support for environment variable management
14+ - Automatic loading of ` .env ` files for API token configuration
15+ - Development dependency on ` dotenv ` gem (~ > 2.8)
16+
17+ ### Changed
18+ - Renamed environment variable from ` RECLAIM_TOKEN ` to ` RECLAIM_API_KEY ` for clarity
19+
1020## [ 0.1.0] - 2025-10-29
1121
1222### Added
@@ -31,5 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3141- ** CLI** : Full-featured command-line interface
3242- ** Errors** : Custom exception hierarchy for better error handling
3343
34- [ Unreleased ] : https://github.com/benjaminjackson/reclaim-ruby/compare/v0.1.0...HEAD
44+ [ Unreleased ] : https://github.com/benjaminjackson/reclaim-ruby/compare/v0.2.0...HEAD
45+ [ 0.2.0 ] : https://github.com/benjaminjackson/reclaim-ruby/compare/v0.1.0...v0.2.0
3546[ 0.1.0 ] : https://github.com/benjaminjackson/reclaim-ruby/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- reclaim (0.1 .0 )
4+ reclaim (0.2 .0 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Reclaim
4- VERSION = '0.1 .0'
4+ VERSION = '0.2 .0'
55end
You can’t perform that action at this time.
0 commit comments