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,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.4] - 2025-07-18
11+
12+ ### Fixed
13+ - Relax async gem version requirement.
14+
1015## [ 0.1.2] - 2025-07-16
1116
1217### Added
@@ -53,4 +58,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5358
5459[ Unreleased ] : https://github.com/parruda/claude-code-sdk-ruby/compare/v0.1.1...HEAD
5560[ 0.1.1 ] : https://github.com/parruda/claude-code-sdk-ruby/compare/v0.1.0...v0.1.1
56- [ 0.1.0 ] : https://github.com/parruda/claude-code-sdk-ruby/releases/tag/v0.1.0
61+ [ 0.1.0 ] : https://github.com/parruda/claude-code-sdk-ruby/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ClaudeSDK
4- VERSION = "0.1.4 "
4+ VERSION = "0.1.5 "
55end
You can’t perform that action at this time.
0 commit comments