Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dickdavis committed Dec 28, 2023
1 parent ab4872a commit fa91756
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.3.0] - 2023-12-28

### Added

- Add support for sending headers to client.
Expand Down Expand Up @@ -45,7 +47,8 @@

- Initial release

[Unreleased]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.5...HEAD
[Unreleased]: https://github.com/dickdavis/anthropic-rb/compare/v0.3.0...HEAD
[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
[0.2.3]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.1...v0.2.2
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.2.5)
anthropic-rb (0.3.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.2.5'
VERSION = '0.3.0'
end

0 comments on commit fa91756

Please sign in to comment.