Skip to content

Commit e8e81b6

Browse files
committed
Bump minor version.
1 parent 75cd664 commit e8e81b6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

lib/utopia/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2009-2025, by Samuel Williams.
55

66
module Utopia
7-
VERSION = "2.30.2"
7+
VERSION = "2.31.0"
88
end

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ Please see the [project documentation](https://socketry.github.io/utopia/) for m
3131

3232
Please see the [project releases](https://socketry.github.io/utopia/releases/index) for all releases.
3333

34+
### v2.31.0
35+
36+
- Add agent context.
37+
- Better simplification of relative paths, e.g. `../../foo` is not modified to `foo`.
38+
- Move top level classes into `class Middleware` in their respective namespaces.
39+
- Move `Utopia::Responder` into `Utopia::Controller` layer.
40+
3441
### v2.30.1
3542

3643
- Minor compatibility fixes.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v2.31.0
44

55
- Add agent context.
66
- Better simplification of relative paths, e.g. `../../foo` is not modified to `foo`.

0 commit comments

Comments
 (0)