We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab51639 commit bb0a0ccCopy full SHA for bb0a0cc
2 files changed
CHANGELOG.md
@@ -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
13
# 0.38.1 2026-06-13
14
15
- Fix builtin app, controller extensions
lib/syntropy/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Syntropy
- VERSION = '0.38.1'
+ VERSION = '0.39.0'
end
0 commit comments