Skip to content

Commit c3f6cad

Browse files
authored
Merge pull request #3 from parruda/prepare-next-release
Update CHANGELOG.md
2 parents fe1faea + 632c698 commit c3f6cad

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

lib/claude_sdk/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 ClaudeSDK
4-
VERSION = "0.1.4"
4+
VERSION = "0.1.5"
55
end

0 commit comments

Comments
 (0)