From 4b5d09994de4e8ad5482b2fc8ad3415289137b1f Mon Sep 17 00:00:00 2001 From: Alex Rudall Date: Wed, 9 Oct 2024 12:28:50 +0100 Subject: [PATCH] Bump to 0.3.2 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- lib/anthropic/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abdd55..cb00bbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.2] - 2024-10-09 + +### Fixed + +- Fix for use with older versions of Faraday pre-v2.5.0. Thanks to [@geeosh](https://github.com/geeosh) for the PR! + ## [0.3.1] - 2024-10-09 ### Fixed diff --git a/Gemfile.lock b/Gemfile.lock index be9d1ea..bbd84b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - anthropic (0.3.1) + anthropic (0.3.2) event_stream_parser (>= 0.3.0, < 2.0.0) faraday (>= 1) faraday-multipart (>= 1) diff --git a/lib/anthropic/version.rb b/lib/anthropic/version.rb index 3a7acf0..b53536f 100644 --- a/lib/anthropic/version.rb +++ b/lib/anthropic/version.rb @@ -1,3 +1,3 @@ module Anthropic - VERSION = "0.3.1".freeze + VERSION = "0.3.2".freeze end