Skip to content

Commit 42578fa

Browse files
committed
Add release notes.
1 parent 560a6e1 commit 42578fa

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

bake.rb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

changes.md renamed to releases.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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.
27

38
## v0.19.0
49

0 commit comments

Comments
 (0)