Skip to content

Commit 4cc0223

Browse files
committed
Version 0.34.1
1 parent 00e559a commit 4cc0223

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.34.1 2026-06-03
2+
3+
- Improve error display in browser, fix `SyntaxError` message and backtrace
4+
15
# 0.34.0 2026-06-03
26

37
- Streamline options for CLI commands

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

0 commit comments

Comments
 (0)