Skip to content

Commit 4cee4b0

Browse files
committed
Bump patch version.
1 parent 45570c1 commit 4cee4b0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/falcon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2017-2024, by Samuel Williams.
55

66
module Falcon
7-
VERSION = "0.48.3"
7+
VERSION = "0.48.4"
88
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Please see the [project documentation](https://socketry.github.io/falcon/) for m
4545

4646
Please see the [project releases](https://socketry.github.io/falcon/releases/index) for all releases.
4747

48+
### v0.48.4
49+
50+
- Improve compatibility of rackup handler w.r.t. sinatra.
51+
4852
### v0.47.8
4953

5054
- Fix Falcon Supervisor implementation: due to invalid code, it was unable to start.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.48.4
44

55
- Improve compatibility of rackup handler w.r.t. sinatra.
66

0 commit comments

Comments
 (0)