Skip to content

Commit b30fd1c

Browse files
committed
Bump patch version.
1 parent f544368 commit b30fd1c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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-2025, by Samuel Williams.
55

66
module Falcon
7-
VERSION = "0.52.0"
7+
VERSION = "0.52.1"
88
end

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,18 @@ Please visit [Socketry.io](https://socketry.io) to register and subscribe.
2929

3030
Please see the [project documentation](https://socketry.github.io/falcon/) for more details.
3131

32-
- [Getting Started](https://socketry.github.io/falcon/guides/getting-started/index) - This guide explains how to use Falcon for Ruby web application development.
32+
- [Getting Started](https://socketry.github.io/falcon/guides/getting-started/index) - This guide gives an overview of how to use Falcon for running Ruby web applications.
3333

3434
- [Rails Integration](https://socketry.github.io/falcon/guides/rails-integration/index) - This guide explains how to host Rails applications with Falcon.
3535

3636
- [Deployment](https://socketry.github.io/falcon/guides/deployment/index) - This guide explains how to use Falcon in production environments.
3737

38-
- [Extended Features](https://socketry.github.io/falcon/guides/extended-features/index) - This guide explains some of the extended features and functionality of Falcon.
39-
4038
- [Performance Tuning](https://socketry.github.io/falcon/guides/performance-tuning/index) - This guide explains the performance characteristics of Falcon.
4139

40+
- [WebSockets](https://socketry.github.io/falcon/guides/websockets/index) - This guide explains how to use WebSockets with Falcon.
41+
42+
- [Interim Responses](https://socketry.github.io/falcon/guides/interim-responses/index) - This guide explains how to use interim responses in Falcon to send early hints to the client.
43+
4244
- [How It Works](https://socketry.github.io/falcon/guides/how-it-works/index) - This guide gives an overview of how Falcon handles an incoming web request.
4345

4446
## Releases

0 commit comments

Comments
 (0)