Skip to content

Commit

Permalink
Update version to 0.5.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dickdavis committed Apr 23, 2024
1 parent c36ac3f commit 5190123
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## [0.5.0] - 2024-04-22

### Updated

- Refactored project for maintainability.

### Breaking Changes
- You must now pass the beta ID when enabling a beta feature. The only current beta is for Tools (id: tools-2024-04-04). Previously, you would pass `true` to enable the beta.

## [0.4.0] - 2024-04-20

### Added
Expand Down Expand Up @@ -57,7 +66,8 @@

- Initial release

[Unreleased]: https://github.com/dickdavis/anthropic-rb/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/dickdavis/anthropic-rb/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/dickdavis/anthropic-rb/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/dickdavis/anthropic-rb/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.5...v0.3.0
[0.2.5]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.3...v0.2.5
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
anthropic-rb (0.4.0)
anthropic-rb (0.5.0)
httpx (>= 1.1.5)
json-schema (>= 4.1.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/anthropic/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Anthropic
VERSION = '0.4.0'
VERSION = '0.5.0'
end

0 comments on commit 5190123

Please sign in to comment.