Skip to content

Commit 96b7241

Browse files
committed
Bump patch version.
1 parent 4260666 commit 96b7241

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/falcon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
# @namespace
77
module Falcon
8-
VERSION = "0.55.1"
8+
VERSION = "0.55.2"
99
end

readme.md

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

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

50+
### v0.55.2
51+
52+
- Remove unnecessary require for `async/service/supervisor/supervised`."
53+
5054
### v0.55.1
5155

5256
- `requests_active` is decremented after the response body is closed, including `rack.response_finished` callbacks.
@@ -92,10 +96,6 @@ Please see the [project releases](https://socketry.github.io/falcon/releases/ind
9296
- [Falcon Server Container Health Checks](https://socketry.github.io/falcon/releases/index#falcon-server-container-health-checks)
9397
- [Falcon Server Process Title](https://socketry.github.io/falcon/releases/index#falcon-server-process-title)
9498

95-
### v0.48.4
96-
97-
- Improve compatibility of rackup handler w.r.t. sinatra.
98-
9999
## Contributing
100100

101101
We welcome contributions to this project.

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.55.2
44

55
- Remove unnecessary require for `async/service/supervisor/supervised`."
66

0 commit comments

Comments
 (0)