From deb0977dd554f4f8ff45f4ab8d3128f9fd49abb4 Mon Sep 17 00:00:00 2001 From: Felipe Mesquita Date: Tue, 19 Aug 2025 16:02:53 -0300 Subject: [PATCH] Fill in changelog and bump version to 0.17.0 --- CHANGELOG.md | 20 +++++++++++++++++++- lib/ethon/version.rb | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5eaee7..c023ec64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,28 @@ ## Master -[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.16.0...master) +[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.17.0...master) +## 0.17.0 + +[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.16.0...v0.17.0) + +* Require Ruby 2.6+ and simplify Gemfile. + ([Felipe Mesquita](https://github.com/felipedmesquita), [#255](https://github.com/typhoeus/ethon/pull/255)) * Fixed mismatched libcurl error codes in `easy_codes` array. ([Felipe Mesquita](https://github.com/felipedmesquita), [#253](https://github.com/typhoeus/ethon/pull/253)) +* Add Ruby 3.3 and 3.4, remove Ruby 2.5 from CI matrix. + ([Felipe Mesquita](https://github.com/felipedmesquita), [#252](https://github.com/typhoeus/ethon/pull/252)) +* Skip test due to libcurl 8.7.x bug in CURLINFO_REQUEST_SIZE. + ([Felipe Mesquita](https://github.com/felipedmesquita), [#251](https://github.com/typhoeus/ethon/pull/251)) +* Use `Rackup::Handler.default` for Rack 3 compatibility. + ([Vít Ondruch](https://github.com/voxik), [#244](https://github.com/typhoeus/ethon/pull/244)) +* Add Ruby 3.1 and 3.2 to the test matrix. + ([Orien Madgwick](https://github.com/orien), [#228](https://github.com/typhoeus/ethon/pull/228)) +* Remove development and test files from the gem package. + ([Orien Madgwick](https://github.com/orien), [#227](https://github.com/typhoeus/ethon/pull/227)) +* Fix missing parenthesis in example. + ([Aleksey Tsalolikhin](https://github.com/atsalolikhin-spokeo), [#226](https://github.com/typhoeus/ethon/pull/226)) ## 0.16.0 diff --git a/lib/ethon/version.rb b/lib/ethon/version.rb index 2e4ca379..85ac8b2c 100644 --- a/lib/ethon/version.rb +++ b/lib/ethon/version.rb @@ -2,5 +2,5 @@ module Ethon # Ethon version. - VERSION = '0.15.0' + VERSION = '0.17.0' end