Skip to content

Commit 0e32e77

Browse files
committed
Bump minor version.
1 parent d10f485 commit 0e32e77

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-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-2024, by Samuel Williams.
55

66
module Falcon
7-
VERSION = "0.50.0"
7+
VERSION = "0.51.0"
88
end

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ 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.51.0
49+
50+
- Introduce <code class="language-ruby">Falcon::Environment::Server\#make\_server</code> which gives you full control over the server creation process.
51+
- [Introduce `Async::Container::Supervisor`.](https://socketry.github.io/falcon/releases/index#introduce-async::container::supervisor.)
52+
4853
### v0.50.0
4954

5055
- Add <code class="language-ruby">Falcon::Environment::Server\#endpoint\_options</code> to allow configuration of the endpoint options more easily.

releases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Releases
22

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

5-
- Introduce {ruby Falcon::Environment::Server#make_server} which gives you full control over the server creation process.
5+
- Introduce {ruby Falcon::Environment::Server\#make\_server} which gives you full control over the server creation process.
66

77
### Introduce `Async::Container::Supervisor`.
88

@@ -33,7 +33,7 @@ We retain the `falcon:supervisor:restart` task, but you may prefer to use `async
3333

3434
## v0.50.0
3535

36-
- Add {ruby Falcon::Environment::Server#endpoint_options} to allow configuration of the endpoint options more easily.
36+
- Add {ruby Falcon::Environment::Server\#endpoint\_options} to allow configuration of the endpoint options more easily.
3737

3838
## v0.49.0
3939

0 commit comments

Comments
 (0)