Skip to content

Commit bb0a0cc

Browse files
committed
Version 0.39.0
1 parent ab51639 commit bb0a0cc

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.39.0 2026-06-21
2+
3+
- Add support for embedded Papercraft snippets in Markdown files
4+
- Reimplement Markdown rendering
5+
- Increase cache-control max-age to one week
6+
- Add support for relative redirects, add `Request#rel`
7+
- Add support for concurrent loading, add mutex lock to module loader
8+
- Fix `Syntropy.load_config`
9+
- Read module source file using UringMachine
10+
- Raise on circular module dependency
11+
- Streamline CLI options across commands
12+
113
# 0.38.1 2026-06-13
214

315
- Fix builtin app, controller extensions

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

0 commit comments

Comments
 (0)