Skip to content

Commit

Permalink
Update version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dickdavis authored Dec 28, 2023
1 parent 7305261 commit d26f360
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

## [Unreleased]

## [0.2.4] - 2023-12-27
## [0.2.5] - 2023-12-27

### Fixed

- Fix documentation for streaming completions.
- Yank 0.2.4 release.

## [0.2.3] - 2023-12-27

Expand Down Expand Up @@ -39,8 +40,8 @@

- Initial release

[Unreleased]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.4...HEAD
[0.2.4]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.3...v0.2.4
[Unreleased]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.5...HEAD
[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
[0.2.1]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.0...v0.2.1
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.4)
anthropic-rb (0.2.5)
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.4'
VERSION = '0.2.5'
end

0 comments on commit d26f360

Please sign in to comment.