diff --git a/lib/falcon/version.rb b/lib/falcon/version.rb index 6291116..41b56ba 100644 --- a/lib/falcon/version.rb +++ b/lib/falcon/version.rb @@ -4,5 +4,5 @@ # Copyright, 2017-2024, by Samuel Williams. module Falcon - VERSION = "0.50.0" + VERSION = "0.51.0" end diff --git a/readme.md b/readme.md index 15bc010..ea84fce 100644 --- a/readme.md +++ b/readme.md @@ -45,6 +45,11 @@ Please see the [project documentation](https://socketry.github.io/falcon/) for m Please see the [project releases](https://socketry.github.io/falcon/releases/index) for all releases. +### v0.51.0 + + - Introduce Falcon::Environment::Server\#make\_server which gives you full control over the server creation process. + - [Introduce `Async::Container::Supervisor`.](https://socketry.github.io/falcon/releases/index#introduce-async::container::supervisor.) + ### v0.50.0 - Add Falcon::Environment::Server\#endpoint\_options to allow configuration of the endpoint options more easily. diff --git a/releases.md b/releases.md index 2262d0f..aeccac6 100644 --- a/releases.md +++ b/releases.md @@ -1,8 +1,8 @@ # Releases -## Unreleased +## v0.51.0 - - Introduce {ruby Falcon::Environment::Server#make_server} which gives you full control over the server creation process. + - Introduce {ruby Falcon::Environment::Server\#make\_server} which gives you full control over the server creation process. ### Introduce `Async::Container::Supervisor`. @@ -33,7 +33,7 @@ We retain the `falcon:supervisor:restart` task, but you may prefer to use `async ## v0.50.0 - - Add {ruby Falcon::Environment::Server#endpoint_options} to allow configuration of the endpoint options more easily. + - Add {ruby Falcon::Environment::Server\#endpoint\_options} to allow configuration of the endpoint options more easily. ## v0.49.0