Skip to content

Commit b4dff43

Browse files
chore: bump version to v0.2.0 [ci skip]
1 parent 51d177f commit b4dff43

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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-
reclaim (0.1.0)
4+
reclaim (0.2.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/reclaim/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 Reclaim
4-
VERSION = '0.1.0'
4+
VERSION = '0.2.0'
55
end

0 commit comments

Comments
 (0)