Skip to content

Commit 64b0da6

Browse files
committed
Add release notes.
1 parent 228ce0b commit 64b0da6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ 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.52.0
49+
50+
- Modernized codebase and dropped support for Ruby v3.1.
51+
- Improved Rails integration documentation.
52+
- Added extra logging of `RUBY_DESCRIPTION`.
53+
- Minor documentation improvements.
54+
- Agent context is now available, via the [`agent-context` gem](https://github.com/ioquatix/agent-context).
55+
4856
### v0.51.0
4957

5058
- Introduce <code class="language-ruby">Falcon::Environment::Server\#make\_server</code> which gives you full control over the server creation process.

releases.md

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

3+
## v0.52.0
4+
5+
- Modernized codebase and dropped support for Ruby v3.1.
6+
- Improved Rails integration documentation.
7+
- Added extra logging of `RUBY_DESCRIPTION`.
8+
- Minor documentation improvements.
9+
- Agent context is now available, via the [`agent-context` gem](https://github.com/ioquatix/agent-context).
10+
311
## v0.51.0
412

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

0 commit comments

Comments
 (0)