Skip to content

Commit

Permalink
Bump minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 1, 2025
1 parent d10f485 commit 0e32e77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/falcon/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright, 2017-2024, by Samuel Williams.

module Falcon
VERSION = "0.50.0"
VERSION = "0.51.0"
end
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code class="language-ruby">Falcon::Environment::Server\#make\_server</code> 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 <code class="language-ruby">Falcon::Environment::Server\#endpoint\_options</code> to allow configuration of the endpoint options more easily.
Expand Down
6 changes: 3 additions & 3 deletions releases.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0e32e77

Please sign in to comment.