Skip to content

Commit 9d1400d

Browse files
committed
Version 0.38.0
1 parent 3f8a987 commit 9d1400d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.38.0 2026-06-13
2+
3+
- Reimplement controller extensions: `dispatch_by_host`,
4+
`dispatch_by_http_method`
5+
- Fix middleware composition
6+
- Add CLI command shortcuts
7+
- Rename `Syntropy::Module` to `Syntropy::ModuleContext`
8+
19
# 0.37.0 2026-06-07
210

311
- Call `IO#clear` before closing server connection

lib/syntropy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Syntropy
4-
VERSION = '0.37.0'
4+
VERSION = '0.38.0'
55
end

0 commit comments

Comments
 (0)