Skip to content

Commit d8781ee

Browse files
committed
Version 0.4
1 parent c41911c commit d8781ee

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4 2025-07-03
2+
3+
- Improve errors API
4+
- Add HTTP method validation
5+
- Refactor Qeweney::Request extensions
16
- Add side_run API for running tasks on a side thread
27
- Add support for rendering markdown with layout
38

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.3'
4+
VERSION = '0.4'
55
end

0 commit comments

Comments
 (0)