File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ # frozen_string_literal: true
2
+
3
+ # Released under the MIT License.
4
+ # Copyright, 2025, by Samuel Williams.
5
+
6
+ # Update the project documentation with the new version number.
7
+ #
8
+ # @parameter version [String] The new version number.
9
+ def after_gem_release_version_increment ( version )
10
+ context [ "releases:update" ] . call ( version )
11
+ context [ "utopia:project:readme:update" ] . call
12
+ end
Original file line number Diff line number Diff line change 1
- # Changes
1
+ # Releases
2
+
3
+ ## Unreleased
4
+
5
+ - Implement the new response streaming interface, which provides the initial response status code and headers before streaming the response body.
6
+ - An empty response now sets the response body to an empty string rather than ` nil ` as required by the Faraday specification.
2
7
3
8
## v0.19.0
4
9
You can’t perform that action at this time.
0 commit comments